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 MetricCollector
ConnectionFactoryBuilder. collector
private MetricCollector
DefaultConnectionFactory. metrics
protected MetricCollector
MemcachedConnection. metrics
TheMetricCollector
to accumulate metrics (or dummy).Methods in net.spy.memcached that return MetricCollector Modifier and Type Method Description MetricCollector
ConnectionFactory. getMetricCollector()
The currently activeMetricCollector
.MetricCollector
DefaultConnectionFactory. getMetricCollector()
Methods in net.spy.memcached with parameters of type MetricCollector Modifier and Type Method Description ConnectionFactoryBuilder
ConnectionFactoryBuilder. 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 class
AbstractMetricCollector
This abstract class implements methods needed by allMetricCollector
s.class
DefaultMetricCollector
AMetricCollector
that uses the Codahale Metrics library.class
NoopMetricCollector
AMetricCollector
that does nothing.
-