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 MetricCollector
ConnectionFactoryBuilder.collector
private MetricCollector
DefaultConnectionFactory.metrics
protected final MetricCollector
MemcachedConnection.metrics
TheMetricCollector
to 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 TypeClassDescriptionclass
This abstract class implements methods needed by allMetricCollector
s.final class
AMetricCollector
that uses the Codahale Metrics library.final class
AMetricCollector
that does nothing.