public static class JRedisFutureSupport.FutureObjectInfo extends JRedisFutureSupport.FutureResultBase implements Future<ObjectInfo>
pendingRequest| Modifier | Constructor and Description |
|---|---|
protected |
FutureObjectInfo(Future<Response> pendingRequest) |
| Modifier and Type | Method and Description |
|---|---|
ObjectInfo |
get() |
ObjectInfo |
get(long timeout,
TimeUnit unit) |
cancel, isCancelled, isDoneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, isCancelled, isDonepublic ObjectInfo get() throws InterruptedException, ExecutionException
get in interface Future<ObjectInfo>InterruptedExceptionExecutionExceptionpublic ObjectInfo get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<ObjectInfo>InterruptedExceptionExecutionExceptionTimeoutExceptionCopyright © 2009–2021. All rights reserved.