|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- public interface Execution<R>
Interface for an operation that can be executed on the cluster.
Method Summary | |
---|---|
OperationResult<R> |
execute()
Block while executing the operations |
Future<OperationResult<R>> |
executeAsync()
Return a future to the operation. |
Method Detail |
---|
OperationResult<R> execute() throws ConnectionException
ConnectionException
Future<OperationResult<R>> executeAsync() throws ConnectionException
ConnectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |