| Package | Description |
|---|---|
| com.spotify.folsom | |
| com.spotify.folsom.client | |
| com.spotify.folsom.ketama | |
| com.spotify.folsom.retry | |
| com.spotify.folsom.roundrobin |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectFuture |
private class |
SrvKetamaClient.MyConnectionChangeListener |
| Modifier and Type | Method and Description |
|---|---|
void |
RawMemcacheClient.registerForConnectionChanges(ConnectionChangeListener listener)
Register for connection change events.
|
void |
AbstractRawMemcacheClient.registerForConnectionChanges(ConnectionChangeListener listener) |
void |
RawMemcacheClient.unregisterForConnectionChanges(ConnectionChangeListener listener)
Unregister for connection change events.
|
void |
AbstractRawMemcacheClient.unregisterForConnectionChanges(ConnectionChangeListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiMemcacheClient |
| Modifier and Type | Class and Description |
|---|---|
class |
KetamaMemcacheClient |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryingClient.registerForConnectionChanges(ConnectionChangeListener listener) |
void |
RetryingClient.unregisterForConnectionChanges(ConnectionChangeListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
RoundRobinMemcacheClient
A client that tries to distribute requests equally to all delegate clients.
|
Copyright © 2015 Spotify AB. All Rights Reserved.