Package org.infinispan.topology
Class TopologyManagementHelper
java.lang.Object
org.infinispan.topology.TopologyManagementHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeOnClusterAsync
(Transport transport, ReplicableCommand command) <T> CompletionStage<T>
executeOnClusterSync
(Transport transport, ReplicableCommand command, int timeout, ResponseCollector<T> responseCollector) executeOnCoordinator
(Transport transport, ReplicableCommand command, long timeoutMillis) void
executeOnCoordinatorAsync
(Transport transport, org.infinispan.commands.topology.AbstractCacheControlCommand command)
-
Constructor Details
-
TopologyManagementHelper
-
-
Method Details
-
executeOnClusterSync
public <T> CompletionStage<T> executeOnClusterSync(Transport transport, ReplicableCommand command, int timeout, ResponseCollector<T> responseCollector) -
executeOnClusterAsync
-
executeOnCoordinator
public CompletionStage<Object> executeOnCoordinator(Transport transport, ReplicableCommand command, long timeoutMillis) -
executeOnCoordinatorAsync
public void executeOnCoordinatorAsync(Transport transport, org.infinispan.commands.topology.AbstractCacheControlCommand command) throws Exception - Throws:
Exception
-