Package org.elasticsearch.transport
Interface TransportFuture<V>
- All Superinterfaces:
Future<V>
- All Known Implementing Classes:
PlainTransportFuture
-
Method Summary
-
Method Details
-
txGet
V txGet()Waits if necessary for the computation to complete, and then retrieves its result. -
txGet
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
-