| Package | Description |
|---|---|
| com.spotify.folsom | |
| com.spotify.folsom.client | |
| com.spotify.folsom.client.ascii | |
| com.spotify.folsom.client.binary | |
| com.spotify.folsom.transcoder |
| Modifier and Type | Field and Description |
|---|---|
private Transcoder<V> |
MemcacheClientBuilder.valueTranscoder |
| Constructor and Description |
|---|
MemcacheClientBuilder(Transcoder<V> valueTranscoder)
Create a client builder with the provided value transcoder.
|
| Modifier and Type | Field and Description |
|---|---|
private Transcoder<T> |
TransformerUtil.ResultDecoder.transcoder |
| Constructor and Description |
|---|
ResultDecoder(Transcoder<T> transcoder) |
TransformerUtil(Transcoder<T> transcoder) |
| Modifier and Type | Field and Description |
|---|---|
private Transcoder<V> |
DefaultAsciiMemcacheClient.valueTranscoder |
| 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 Transcoder<V> |
DefaultBinaryMemcacheClient.valueTranscoder |
| Constructor and Description |
|---|
DefaultBinaryMemcacheClient(RawMemcacheClient rawMemcacheClient,
Metrics metrics,
Tracer tracer,
Transcoder<V> valueTranscoder,
java.nio.charset.Charset charset,
int maxKeyLength) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayTranscoder |
class |
SerializableObjectTranscoder |
class |
StringTranscoder |
Copyright © 2020 Spotify AB. All Rights Reserved.