Uses of Enum Class
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 class with the specified name.static RebalancingStatus[]RebalancingStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.