| 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
|
interface |
MemcacheClient<V> |
interface |
RawMemcacheClient
A raw memcache client, mostly useful internally
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRawMemcacheClient |
| Modifier and Type | Method and Description |
|---|---|
private void |
ConnectFuture.check(ObservableClient client) |
static com.google.common.util.concurrent.ListenableFuture<Void> |
ConnectFuture.connectFuture(ObservableClient client) |
void |
ConnectFuture.connectionChanged(ObservableClient client) |
void |
ConnectionChangeListener.connectionChanged(ObservableClient client) |
static com.google.common.util.concurrent.ListenableFuture<Void> |
ConnectFuture.disconnectFuture(ObservableClient client) |
| Constructor and Description |
|---|
ConnectFuture(ObservableClient client,
boolean awaitedState)
Create a future that completes once the client reaches the awaited state
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiMemcacheClient |
class |
DefaultRawMemcacheClient |
class |
NotConnectedClient |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMultiMemcacheClient.connectionChanged(ObservableClient client) |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
KetamaMemcacheClient |
class |
SrvKetamaClient |
| Modifier and Type | Method and Description |
|---|---|
void |
SrvKetamaClient.MyConnectionChangeListener.connectionChanged(ObservableClient client) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReconnectingClient |
| Modifier and Type | Class and Description |
|---|---|
class |
RetryingClient
A simple wrapping client that retries once (but only for MemcacheClosedException's).
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoundRobinMemcacheClient
A client that tries to distribute requests equally to all delegate clients.
|
Copyright © 2017 Spotify AB. All rights reserved.