public interface TransportFuture<V>
extends java.util.concurrent.Future<V>
Modifier and Type | Method and Description |
---|---|
V |
txGet()
Waits if necessary for the computation to complete, and then
retrieves its result.
|
V |
txGet(long timeout,
java.util.concurrent.TimeUnit unit)
Waits if necessary for at most the given time for the computation
to complete, and then retrieves its result, if available.
|
V txGet()
V txGet(long timeout, java.util.concurrent.TimeUnit unit)