Uses of Interface
net.spy.memcached.metrics.MetricCollector
-
Packages that use MetricCollector Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.metrics -
-
Uses of MetricCollector in net.spy.memcached
Fields in net.spy.memcached declared as MetricCollector Modifier and Type Field Description protected MetricCollectorConnectionFactoryBuilder. collectorprivate MetricCollectorDefaultConnectionFactory. metricsprotected MetricCollectorMemcachedConnection. metricsTheMetricCollectorto accumulate metrics (or dummy).Methods in net.spy.memcached that return MetricCollector Modifier and Type Method Description MetricCollectorConnectionFactory. getMetricCollector()The currently activeMetricCollector.MetricCollectorDefaultConnectionFactory. getMetricCollector()Methods in net.spy.memcached with parameters of type MetricCollector Modifier and Type Method Description ConnectionFactoryBuilderConnectionFactoryBuilder. setMetricCollector(MetricCollector collector)Set a customMetricCollector. -
Uses of MetricCollector in net.spy.memcached.metrics
Classes in net.spy.memcached.metrics that implement MetricCollector Modifier and Type Class Description classAbstractMetricCollectorThis abstract class implements methods needed by allMetricCollectors.classDefaultMetricCollectorAMetricCollectorthat uses the Codahale Metrics library.classNoopMetricCollectorAMetricCollectorthat does nothing.
-