Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.metrics |
Modifier and Type | Field and Description |
---|---|
protected MetricCollector |
ConnectionFactoryBuilder.collector |
protected MetricCollector |
MemcachedConnection.metrics
The
MetricCollector to accumulate metrics (or dummy). |
Modifier and Type | Method and Description |
---|---|
MetricCollector |
DefaultConnectionFactory.getMetricCollector() |
MetricCollector |
ConnectionFactory.getMetricCollector()
The currently active
MetricCollector . |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryBuilder |
ConnectionFactoryBuilder.setMetricCollector(MetricCollector collector)
Set a custom
MetricCollector . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetricCollector
This abstract class implements methods needed by all
MetricCollector s. |
class |
DefaultMetricCollector
A
MetricCollector that uses the Codahale Metrics library. |
class |
NoopMetricCollector
A
MetricCollector that does nothing. |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.