| Package | Description |
|---|---|
| com.spotify.folsom | |
| com.spotify.folsom.client | |
| com.spotify.folsom.client.ascii | |
| com.spotify.folsom.client.binary | |
| com.spotify.folsom.client.test | |
| 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 |
| Modifier and Type | Field and Description |
|---|---|
private Metrics |
DefaultRawMemcacheClient.metrics |
| Modifier and Type | Method and Description |
|---|---|
static java.util.concurrent.CompletionStage<RawMemcacheClient> |
DefaultRawMemcacheClient.connect(HostAndPort address,
int outstandingRequestLimit,
int batchSize,
boolean binary,
java.util.concurrent.Executor executor,
long connectionTimeoutMillis,
java.nio.charset.Charset charset,
Metrics metrics,
int maxSetLength,
io.netty.channel.EventLoopGroup eventLoopGroup,
java.lang.Class<? extends io.netty.channel.Channel> channelClass) |
| Constructor and Description |
|---|
DefaultRawMemcacheClient(HostAndPort address,
io.netty.channel.Channel channel,
int outstandingRequestLimit,
int batchSize,
java.util.concurrent.Executor executor,
long connectionTimeoutMillis,
Metrics metrics,
int maxSetLength) |
| Modifier and Type | Field and Description |
|---|---|
private Metrics |
DefaultAsciiMemcacheClient.metrics |
| Constructor and Description |
|---|
DefaultAsciiMemcacheClient(RawMemcacheClient rawMemcacheClient,
Metrics metrics,
Tracer tracer,
Transcoder<V> valueTranscoder,
java.nio.charset.Charset charset,
int maxKeyLength) |
| Modifier and Type | Field and Description |
|---|---|
private Metrics |
DefaultBinaryMemcacheClient.metrics |
| Constructor and Description |
|---|
DefaultBinaryMemcacheClient(RawMemcacheClient rawMemcacheClient,
Metrics metrics,
Tracer tracer,
Transcoder<V> valueTranscoder,
java.nio.charset.Charset charset,
int maxKeyLength) |
| Constructor and Description |
|---|
FakeRawMemcacheClient(Metrics metrics) |
| Constructor and Description |
|---|
ReconnectingClient(BackoffFunction backoffFunction,
java.util.concurrent.ScheduledExecutorService scheduledExecutorService,
HostAndPort address,
int outstandingRequestLimit,
int batchSize,
boolean binary,
Authenticator authenticator,
java.util.concurrent.Executor executor,
long connectionTimeoutMillis,
java.nio.charset.Charset charset,
Metrics metrics,
int maxSetLength,
io.netty.channel.EventLoopGroup eventLoopGroup,
java.lang.Class<? extends io.netty.channel.Channel> channelClass) |
Copyright © 2020 Spotify AB. All Rights Reserved.