Uses of Class
org.infinispan.topology.RebalancingStatus
-
Packages that use RebalancingStatus Package Description org.infinispan.topology org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of RebalancingStatus in org.infinispan.topology
Methods in org.infinispan.topology that return RebalancingStatus Modifier and Type Method Description RebalancingStatus
ClusterCacheStatus. getRebalancingStatus()
RebalancingStatus
ClusterTopologyManager. getRebalancingStatus(String cacheName)
Retrieves the rebalancing status of a cacheRebalancingStatus
ClusterTopologyManagerImpl. getRebalancingStatus(String cacheName)
RebalancingStatus
LocalTopologyManager. getRebalancingStatus(String cacheName)
Retrieve the rebalancing status for the specified cacheRebalancingStatus
LocalTopologyManagerImpl. getRebalancingStatus(String cacheName)
static RebalancingStatus
RebalancingStatus. 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. -
Uses of RebalancingStatus in org.infinispan.util
Methods in org.infinispan.util that return RebalancingStatus Modifier and Type Method Description RebalancingStatus
AbstractControlledLocalTopologyManager. getRebalancingStatus(String cacheName)
-