Uses of Interface
net.spy.memcached.metrics.MetricCollector
Packages that use MetricCollector
Package
Description
Memcached client and transformation utils
-
Uses of MetricCollector in net.spy.memcached
Fields in net.spy.memcached declared as MetricCollectorModifier and TypeFieldDescriptionprotected MetricCollectorConnectionFactoryBuilder.collectorprotected final MetricCollectorMemcachedConnection.metricsTheMetricCollectorto accumulate metrics (or dummy).Methods in net.spy.memcached that return MetricCollectorModifier and TypeMethodDescriptionConnectionFactory.getMetricCollector()The currently activeMetricCollector.DefaultConnectionFactory.getMetricCollector()Methods in net.spy.memcached with parameters of type MetricCollectorModifier and TypeMethodDescriptionConnectionFactoryBuilder.setMetricCollector(MetricCollector collector) Set a customMetricCollector. -
Uses of MetricCollector in net.spy.memcached.metrics
Classes in net.spy.memcached.metrics that implement MetricCollectorModifier and TypeClassDescriptionclassThis abstract class implements methods needed by allMetricCollectors.final classAMetricCollectorthat uses the Codahale Metrics library.final classAMetricCollectorthat does nothing.