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