| Package | Description |
|---|---|
| com.spotify.folsom | |
| com.spotify.folsom.client | |
| com.spotify.folsom.client.ascii | |
| com.spotify.folsom.client.binary |
| Modifier and Type | Field and Description |
|---|---|
private Metrics |
MemcacheClientBuilder.metrics |
| Modifier and Type | Method and Description |
|---|---|
MemcacheClientBuilder<V> |
MemcacheClientBuilder.withMetrics(Metrics metrics)
Specify how to collect metrics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoopMetrics |
class |
YammerMetrics |
| Modifier and Type | Field and Description |
|---|---|
private Metrics |
DefaultAsciiMemcacheClient.metrics |
| Constructor and Description |
|---|
DefaultAsciiMemcacheClient(RawMemcacheClient rawMemcacheClient,
Metrics metrics,
Transcoder<V> valueTranscoder,
Charset charset) |
| Modifier and Type | Field and Description |
|---|---|
private Metrics |
DefaultBinaryMemcacheClient.metrics |
| Constructor and Description |
|---|
DefaultBinaryMemcacheClient(RawMemcacheClient rawMemcacheClient,
Metrics metrics,
Transcoder<V> valueTranscoder,
Charset charset) |
Copyright © 2015 Spotify AB. All Rights Reserved.