Uses of Enum
org.infinispan.topology.RebalancingStatus
Packages that use RebalancingStatus
-
Uses of RebalancingStatus in org.infinispan.commands.topology
Methods in org.infinispan.commands.topology that return types with arguments of type RebalancingStatusModifier and TypeMethodDescriptionRebalanceStatusRequestCommand.invokeAsync(GlobalComponentRegistry gcr) -
Uses of RebalancingStatus in org.infinispan.topology
Methods in org.infinispan.topology that return RebalancingStatusModifier and TypeMethodDescriptionClusterCacheStatus.getRebalancingStatus()ClusterTopologyManager.getRebalancingStatus(String cacheName) Retrieves the rebalancing status of a cacheClusterTopologyManagerImpl.getRebalancingStatus(String cacheName) LocalTopologyManager.getRebalancingStatus(String cacheName) Retrieve the rebalancing status for the specified cacheLocalTopologyManagerImpl.getRebalancingStatus(String cacheName) static RebalancingStatusReturns 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.