| Package | Description |
|---|---|
| com.spotify.folsom.client.ascii | |
| com.spotify.folsom.client.binary |
| Modifier and Type | Field and Description |
|---|---|
private TransformerUtil<V> |
DefaultAsciiMemcacheClient.transformerUtil |
| Constructor and Description |
|---|
DefaultAsciiMemcacheClient(RawMemcacheClient rawMemcacheClient,
Metrics metrics,
Tracer tracer,
Transcoder<V> valueTranscoder,
TransformerUtil<V> transformerUtil,
java.nio.charset.Charset charset,
int maxKeyLength) |
| Modifier and Type | Field and Description |
|---|---|
private TransformerUtil<V> |
DefaultBinaryMemcacheClient.transformerUtil |
| Constructor and Description |
|---|
DefaultBinaryMemcacheClient(RawMemcacheClient rawMemcacheClient,
Metrics metrics,
Tracer tracer,
Transcoder<V> valueTranscoder,
TransformerUtil<V> transformerUtil,
java.nio.charset.Charset charset,
int maxKeyLength) |
Copyright © 2023 Spotify AB. All Rights Reserved.