Uses of Class
org.infinispan.commands.topology.AbstractCacheControlCommand
Packages that use AbstractCacheControlCommand
-
Uses of AbstractCacheControlCommand in org.infinispan.commands.topology
Subclasses of AbstractCacheControlCommand in org.infinispan.commands.topologyModifier and TypeClassDescriptionclassChange the availability of a cache.classA node is requesting to join the cluster.classA node is signaling that it wants to leave the cluster.classTell members to shutdown cache.classA member is requesting a cache shutdown.classThe coordinator is requesting information about the running caches.classA member is confirming that it has finished a topology change during rebalance.classEnable or Disable rebalancing.classThe coordinator is starting a rebalance operation.classQuery the rebalancing status.classCoordinator to member: The coordinator is updating the consistent hash.classUpdate the stable topology. -
Uses of AbstractCacheControlCommand in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type AbstractCacheControlCommandModifier and TypeMethodDescriptionvoidTopologyManagementHelper.executeOnCoordinatorAsync(Transport transport, AbstractCacheControlCommand command)