|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
R - - The return type for the concrete operationpublic interface Execution<R>
Interface for an operation that can be executed on the cluster.
| Method Summary | |
|---|---|
OperationResult<R> |
execute()
Block while executing the operations |
com.google.common.util.concurrent.ListenableFuture<OperationResult<R>> |
executeAsync()
Return a future to the operation. |
| Method Detail |
|---|
OperationResult<R> execute()
throws ConnectionException
ConnectionException
com.google.common.util.concurrent.ListenableFuture<OperationResult<R>> executeAsync()
throws ConnectionException
ConnectionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||