<T extends RemoteOperationResult> BroadcastOperationFutureListener<T> |
CoordinatorFactory.createAsyncBroadcastListener(RemoteOperationRequest<T> request,
AsyncFutureListener<Object> listener,
PartitionedClusterRemoteOperationRouter router) |
<T extends RemoteOperationResult> ScatterGatherOperationFutureListener<T> |
CoordinatorFactory.createAsyncScatterGatherListener(ScatterGatherRemoteOperationRequest<T> request,
AsyncFutureListener<Object> listener,
PartitionedClusterRemoteOperationRouter router) |
protected <T extends RemoteOperationResult> BroadcastOperationFutureListener<T> |
CoordinatorFactory.createBroadcastListener(RemoteOperationRequest<T> request,
AsyncFutureListener<Object> listener,
PartitionedClusterRemoteOperationRouter router,
boolean getResultOnCompletion) |
<T extends RemoteOperationResult> RemoteOperationFutureListener<T> |
PartitionedClusterRemoteOperationRouter.createFutureListener(RemoteOperationRequest<T> request,
AsyncFutureListener<Object> listener) |
protected <T extends RemoteOperationResult> ScatterGatherOperationFutureListener<T> |
CoordinatorFactory.createScatterGatherListener(ScatterGatherRemoteOperationRequest<T> request,
AsyncFutureListener<Object> listener,
PartitionedClusterRemoteOperationRouter router,
boolean getResultOnCompletion) |
<T extends RemoteOperationResult> BroadcastOperationFutureListener<T> |
CoordinatorFactory.createSyncBroadcastListener(RemoteOperationRequest<T> request,
PartitionedClusterRemoteOperationRouter router) |
<T extends RemoteOperationResult> ScatterGatherOperationFutureListener<T> |
CoordinatorFactory.createSyncScatterGatherListener(ScatterGatherRemoteOperationRequest<T> request,
PartitionedClusterRemoteOperationRouter router) |
<T extends RemoteOperationResult> void |
PartitionedClusterRemoteOperationRouter.execute(RemoteOperationRequest<T> request) |
<T extends RemoteOperationResult> void |
PartitionedClusterRemoteOperationRouter.executeAsync(RemoteOperationRequest<T> request,
RemoteOperationFutureListener<T> futureListener) |