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