public static class JRedisFutureSupport.FutureRedisType extends JRedisFutureSupport.FutureResultBase implements Future<RedisType>
pendingRequest
Modifier | Constructor and Description |
---|---|
protected |
FutureRedisType(Future<Response> pendingRequest) |
Modifier and Type | Method and Description |
---|---|
RedisType |
get() |
RedisType |
get(long timeout,
TimeUnit unit) |
cancel, isCancelled, isDone
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, isCancelled, isDone
public RedisType get() throws InterruptedException, ExecutionException
get
in interface Future<RedisType>
InterruptedException
ExecutionException
public RedisType get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get
in interface Future<RedisType>
InterruptedException
ExecutionException
TimeoutException
Copyright © 2009–2015. All rights reserved.