public class RedisClient extends XnioRedisClient<com.google.common.util.concurrent.ListenableFuture,com.google.common.util.concurrent.SettableFuture>
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancel(com.google.common.util.concurrent.SettableFuture future) |
protected <T> void |
complete(com.google.common.util.concurrent.SettableFuture future,
T value) |
protected void |
completeExceptionally(com.google.common.util.concurrent.SettableFuture future,
Throwable exception) |
protected com.google.common.util.concurrent.ListenableFuture |
createCancelledFuture() |
protected com.google.common.util.concurrent.ListenableFuture |
createFailedFuture(Throwable exception) |
protected com.google.common.util.concurrent.SettableFuture |
createFuture() |
<E,R> com.google.common.util.concurrent.ListenableFuture<R> |
send(Command1<E[],R> command,
E... arg1) |
<T,R> com.google.common.util.concurrent.ListenableFuture<R> |
send(Command1<T,R> command,
T arg) |
<T1,T2,R> com.google.common.util.concurrent.ListenableFuture<R> |
send(Command2<T1,T2,R> command,
T1 arg1,
T2 arg2) |
<T,E,R> com.google.common.util.concurrent.ListenableFuture<R> |
send(Command2<T,E[],R> command,
T arg1,
E... arg2) |
<T1,T2,T3,R> |
send(Command3<T1,T2,T3,R> command,
T1 arg1,
T2 arg2,
T3 arg3) |
<T> com.google.common.util.concurrent.ListenableFuture<T> |
send(Request<T> request) |
close, send_protected com.google.common.util.concurrent.ListenableFuture createCancelledFuture()
createCancelledFuture in class XnioRedisClient<com.google.common.util.concurrent.ListenableFuture,com.google.common.util.concurrent.SettableFuture>protected com.google.common.util.concurrent.ListenableFuture createFailedFuture(Throwable exception)
createFailedFuture in class XnioRedisClient<com.google.common.util.concurrent.ListenableFuture,com.google.common.util.concurrent.SettableFuture>protected com.google.common.util.concurrent.SettableFuture createFuture()
createFuture in class XnioRedisClient<com.google.common.util.concurrent.ListenableFuture,com.google.common.util.concurrent.SettableFuture>protected <T> void complete(com.google.common.util.concurrent.SettableFuture future,
T value)
complete in class XnioRedisClient<com.google.common.util.concurrent.ListenableFuture,com.google.common.util.concurrent.SettableFuture>protected void completeExceptionally(com.google.common.util.concurrent.SettableFuture future,
Throwable exception)
completeExceptionally in class XnioRedisClient<com.google.common.util.concurrent.ListenableFuture,com.google.common.util.concurrent.SettableFuture>protected void cancel(com.google.common.util.concurrent.SettableFuture future)
cancel in class XnioRedisClient<com.google.common.util.concurrent.ListenableFuture,com.google.common.util.concurrent.SettableFuture>public <T> com.google.common.util.concurrent.ListenableFuture<T> send(Request<T> request)
public final <T,R> com.google.common.util.concurrent.ListenableFuture<R> send(Command1<T,R> command, T arg)
public final <T1,T2,R> com.google.common.util.concurrent.ListenableFuture<R> send(Command2<T1,T2,R> command, T1 arg1, T2 arg2)
public final <T1,T2,T3,R> com.google.common.util.concurrent.ListenableFuture<R> send(Command3<T1,T2,T3,R> command, T1 arg1, T2 arg2, T3 arg3)
@SafeVarargs public final <E,R> com.google.common.util.concurrent.ListenableFuture<R> send(Command1<E[],R> command, E... arg1)
@SafeVarargs public final <T,E,R> com.google.common.util.concurrent.ListenableFuture<R> send(Command2<T,E[],R> command, T arg1, E... arg2)
Copyright © 2016. All rights reserved.