| Modifier and Type | Method and Description |
|---|---|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
RawMemcacheClient.send(Request<T> request) |
| Modifier and Type | Field and Description |
|---|---|
private Request<?> |
DefaultRawMemcacheClient.RequestWritePromise.request |
| Modifier and Type | Field and Description |
|---|---|
private Queue<Request<?>> |
DefaultRawMemcacheClient.ConnectionHandler.outstanding |
private TimeoutChecker<Request<?>> |
DefaultRawMemcacheClient.ConnectionHandler.timeoutChecker |
| Modifier and Type | Method and Description |
|---|---|
Request<List<T>> |
MultiRequest.create(List<byte[]> keys) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemcacheEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
Request<?> request,
List<Object> out) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
DefaultRawMemcacheClient.send(Request<T> request) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
NotConnectedClient.send(Request<T> request) |
| Constructor and Description |
|---|
RequestWritePromise(io.netty.channel.Channel channel,
Request<?> request) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiRequest<T> |
class |
DeleteRequest |
class |
GetRequest |
class |
IncrRequest |
class |
MultigetRequest |
class |
SetRequest |
class |
TouchRequest |
| Modifier and Type | Method and Description |
|---|---|
Request<List<GetResult<byte[]>>> |
MultigetRequest.create(List<byte[]> keys) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryRequest<V> |
class |
NoopRequest |
| Modifier and Type | Method and Description |
|---|---|
Request<List<GetResult<byte[]>>> |
MultigetRequest.create(List<byte[]> keys) |
| Modifier and Type | Method and Description |
|---|---|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
SrvKetamaClient.send(Request<T> request) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
KetamaMemcacheClient.send(Request<T> request) |
| Modifier and Type | Method and Description |
|---|---|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
ReconnectingClient.send(Request<T> request) |
| Modifier and Type | Method and Description |
|---|---|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
RetryingClient.send(Request<T> request) |
| Modifier and Type | Method and Description |
|---|---|
<T> com.google.common.util.concurrent.ListenableFuture<T> |
RoundRobinMemcacheClient.send(Request<T> request) |
Copyright © 2017 Spotify AB. All rights reserved.