| Package | Description |
|---|---|
| com.spotify.folsom | |
| com.spotify.folsom.client.ascii | |
| com.spotify.folsom.client.binary |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsciiMemcacheClient<V>
A memcache client using the ascii protocol
|
interface |
BinaryMemcacheClient<V>
A memcache client using the binary protocol
|
| Modifier and Type | Method and Description |
|---|---|
default java.util.Map<java.lang.String,? extends MemcacheClient<V>> |
MemcacheClient.getAllNodes()
Returns a snapshot of the individual nodes that are part of the cluster right now.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsciiMemcacheClient<V>
The default implementation of
AsciiMemcacheClient |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBinaryMemcacheClient<V>
The default implementation of
BinaryMemcacheClient |
Copyright © 2023 Spotify AB. All Rights Reserved.