| 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 java.util.concurrent.CompletionStage<java.lang.Void> |
ConnectFuture.connectFuture(ObservableClient client) |
void |
ConnectionChangeListener.connectionChanged(ObservableClient client) |
void |
ConnectFuture.connectionChanged(ObservableClient client) |
static java.util.concurrent.CompletionStage<java.lang.Void> |
ConnectFuture.disconnectFuture(ObservableClient client) |
static java.util.concurrent.CompletionStage<java.lang.Void> |
ConnectFuture.fullyConnectedFuture(ObservableClient client) |
static java.util.concurrent.CompletionStage<java.lang.Void> |
ConnectFuture.fullyDisconnectedFuture(ObservableClient client) |
| Constructor and Description |
|---|
ConnectFuture(ObservableClient client,
boolean awaitConnected,
boolean requireAll)
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 |
FakeRawMemcacheClient |
| Modifier and Type | Class and Description |
|---|---|
class |
KetamaMemcacheClient |
class |
ResolvingKetamaClient |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolvingKetamaClient.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 © 2020 Spotify AB. All Rights Reserved.