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