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 void
executeOnClusterAsync(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)
void
executeOnCoordinatorAsync(Transport transport, org.infinispan.commands.topology.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)
-
-