public class CoordinatorFactory extends Object
Constructor and Description |
---|
CoordinatorFactory() |
public <T extends RemoteOperationResult> BroadcastOperationFutureListener<T> createAsyncBroadcastListener(RemoteOperationRequest<T> request, AsyncFutureListener<Object> listener, PartitionedClusterRemoteOperationRouter router)
public <T extends RemoteOperationResult> BroadcastOperationFutureListener<T> createSyncBroadcastListener(RemoteOperationRequest<T> request, PartitionedClusterRemoteOperationRouter router)
protected <T extends RemoteOperationResult> BroadcastOperationFutureListener<T> createBroadcastListener(RemoteOperationRequest<T> request, AsyncFutureListener<Object> listener, PartitionedClusterRemoteOperationRouter router, boolean getResultOnCompletion)
public <T extends RemoteOperationResult> ScatterGatherOperationFutureListener<T> createAsyncScatterGatherListener(ScatterGatherRemoteOperationRequest<T> request, AsyncFutureListener<Object> listener, PartitionedClusterRemoteOperationRouter router)
public <T extends RemoteOperationResult> ScatterGatherOperationFutureListener<T> createSyncScatterGatherListener(ScatterGatherRemoteOperationRequest<T> request, PartitionedClusterRemoteOperationRouter router)
protected <T extends RemoteOperationResult> ScatterGatherOperationFutureListener<T> createScatterGatherListener(ScatterGatherRemoteOperationRequest<T> request, AsyncFutureListener<Object> listener, PartitionedClusterRemoteOperationRouter router, boolean getResultOnCompletion)
Copyright © GigaSpaces.