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, isDoneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, isCancelled, isDonepublic RedisType get() throws InterruptedException, ExecutionException
get in interface Future<RedisType>InterruptedExceptionExecutionExceptionpublic RedisType get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<RedisType>InterruptedExceptionExecutionExceptionTimeoutExceptionCopyright © 2009–2021. All rights reserved.