| 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 |
ConnectionFactory.getMetricCollector()
The currently active
MetricCollector. |
MetricCollector |
DefaultConnectionFactory.getMetricCollector() |
| 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
MetricCollectors. |
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.