| Package | Description |
|---|---|
| com.spotify.folsom | |
| com.spotify.folsom.client | |
| com.spotify.folsom.client.ascii | |
| com.spotify.folsom.client.binary | |
| com.spotify.folsom.reconnect |
| 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 | Method and Description |
|---|---|
static com.google.common.util.concurrent.ListenableFuture<RawMemcacheClient> |
DefaultRawMemcacheClient.connect(com.google.common.net.HostAndPort address,
int outstandingRequestLimit,
boolean binary,
Executor executor,
long timeoutMillis,
Charset charset,
Metrics metrics,
int maxSetLength) |
| Constructor and Description |
|---|
DefaultRawMemcacheClient(com.google.common.net.HostAndPort address,
io.netty.channel.Channel channel,
int outstandingRequestLimit,
Executor executor,
long timeoutMillis,
Metrics metrics,
int maxSetLength) |
| 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) |
| Constructor and Description |
|---|
ReconnectingClient(BackoffFunction backoffFunction,
ScheduledExecutorService scheduledExecutorService,
com.google.common.net.HostAndPort address,
int outstandingRequestLimit,
boolean binary,
Executor executor,
long timeoutMillis,
Charset charset,
Metrics metrics,
int maxSetLength) |
Copyright © 2017 Spotify AB. All Rights Reserved.