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