Uses of Class
org.infinispan.topology.RebalancingStatus
-
Packages that use RebalancingStatus Package Description org.infinispan.commands.topology org.infinispan.topology -
-
Uses of RebalancingStatus in org.infinispan.commands.topology
Methods in org.infinispan.commands.topology that return types with arguments of type RebalancingStatus Modifier and Type Method Description CompletionStage<RebalancingStatus>RebalanceStatusRequestCommand. invokeAsync(GlobalComponentRegistry gcr) -
Uses of RebalancingStatus in org.infinispan.topology
Methods in org.infinispan.topology that return RebalancingStatus Modifier and Type Method Description RebalancingStatusClusterCacheStatus. getRebalancingStatus()RebalancingStatusClusterTopologyManager. getRebalancingStatus(String cacheName)Retrieves the rebalancing status of a cacheRebalancingStatusClusterTopologyManagerImpl. getRebalancingStatus(String cacheName)RebalancingStatusLocalTopologyManager. getRebalancingStatus(String cacheName)Retrieve the rebalancing status for the specified cacheRebalancingStatusLocalTopologyManagerImpl. getRebalancingStatus(String cacheName)static RebalancingStatusRebalancingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RebalancingStatus[]RebalancingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-