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