| 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 Tracer |
MemcacheClientBuilder.tracer |
| Modifier and Type | Method and Description |
|---|---|
MemcacheClientBuilder<V> |
MemcacheClientBuilder.withTracer(Tracer tracer)
Specify how to collect tracing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoopTracer |
| Modifier and Type | Field and Description |
|---|---|
private Tracer |
DefaultAsciiMemcacheClient.tracer |
| 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 Tracer |
DefaultBinaryMemcacheClient.tracer |
| Constructor and Description |
|---|
DefaultBinaryMemcacheClient(RawMemcacheClient rawMemcacheClient,
Metrics metrics,
Tracer tracer,
Transcoder<V> valueTranscoder,
java.nio.charset.Charset charset,
int maxKeyLength) |
Copyright © 2020 Spotify AB. All Rights Reserved.