R - - The return type for the concrete operationpublic interface Execution<R>
| Modifier and Type | Method and Description |
|---|---|
OperationResult<R> |
execute()
Block while executing the operations
|
com.google.common.util.concurrent.ListenableFuture<OperationResult<R>> |
executeAsync()
Return a future to the operation.
|
OperationResult<R> execute() throws ConnectionException
ConnectionExceptioncom.google.common.util.concurrent.ListenableFuture<OperationResult<R>> executeAsync() throws ConnectionException
ConnectionException