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