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.
|
Modifier and Type | Method and Description |
---|---|
RebalancingStatus |
ClusterCacheStatus.getRebalancingStatus() |
RebalancingStatus |
LocalTopologyManager.getRebalancingStatus(String cacheName)
Retrieve the rebalancing status for the specified cache
|
RebalancingStatus |
ClusterTopologyManager.getRebalancingStatus(String cacheName)
Retrieves the rebalancing status of a cache
|
RebalancingStatus |
LocalTopologyManagerImpl.getRebalancingStatus(String cacheName) |
RebalancingStatus |
ClusterTopologyManagerImpl.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.
|
Modifier and Type | Method and Description |
---|---|
RebalancingStatus |
AbstractControlledLocalTopologyManager.getRebalancingStatus(String cacheName) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.