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