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