Package org.infinispan.topology
Class TopologyManagementHelper
- java.lang.Object
-
- org.infinispan.topology.TopologyManagementHelper
-
public class TopologyManagementHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description TopologyManagementHelper(GlobalComponentRegistry gcr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteOnClusterAsync(Transport transport, ReplicableCommand command)<T> CompletionStage<T>executeOnClusterSync(Transport transport, ReplicableCommand command, int timeout, ResponseCollector<T> responseCollector)CompletionStage<Object>executeOnCoordinator(Transport transport, ReplicableCommand command, long timeoutMillis)voidexecuteOnCoordinatorAsync(Transport transport, AbstractCacheControlCommand command)
-
-
-
Constructor Detail
-
TopologyManagementHelper
public TopologyManagementHelper(GlobalComponentRegistry gcr)
-
-
Method Detail
-
executeOnClusterSync
public <T> CompletionStage<T> executeOnClusterSync(Transport transport, ReplicableCommand command, int timeout, ResponseCollector<T> responseCollector)
-
executeOnClusterAsync
public void executeOnClusterAsync(Transport transport, ReplicableCommand command)
-
executeOnCoordinator
public CompletionStage<Object> executeOnCoordinator(Transport transport, ReplicableCommand command, long timeoutMillis)
-
executeOnCoordinatorAsync
public void executeOnCoordinatorAsync(Transport transport, AbstractCacheControlCommand command) throws Exception
- Throws:
Exception
-
-