public static class JRedisFutureSupport.FutureObjectInfo extends JRedisFutureSupport.FutureResultBase implements Future<ObjectInfo>
pendingRequest
Modifier | Constructor and Description |
---|---|
protected |
FutureObjectInfo(Future<Response> pendingRequest) |
Modifier and Type | Method and Description |
---|---|
ObjectInfo |
get() |
ObjectInfo |
get(long timeout,
TimeUnit unit) |
cancel, isCancelled, isDone
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, isCancelled, isDone
public ObjectInfo get() throws InterruptedException, ExecutionException
get
in interface Future<ObjectInfo>
InterruptedException
ExecutionException
public ObjectInfo get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get
in interface Future<ObjectInfo>
InterruptedException
ExecutionException
TimeoutException
Copyright © 2009–2018. All rights reserved.