Interface QueryProcessorConnection.QueryFuture<RETURN_TYPE>
- All Superinterfaces:
QueryProcessorConnection.QueryHandle
- Enclosing interface:
- QueryProcessorConnection
public static interface QueryProcessorConnection.QueryFuture<RETURN_TYPE> extends QueryProcessorConnection.QueryHandle
Interface returned from certain asynchronous calls. Adds Future-like access to the result value.
-
Method Summary
Modifier and Type Method Description RETURN_TYPE
get()
block until the query is finished and return the result.