| Package | Description |
|---|---|
| org.infinispan.commands.topology | |
| org.infinispan.topology |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<RebalancingStatus> |
RebalanceStatusRequestCommand.invokeAsync(GlobalComponentRegistry gcr) |
| Modifier and Type | Method and Description |
|---|---|
RebalancingStatus |
ClusterCacheStatus.getRebalancingStatus() |
RebalancingStatus |
ClusterTopologyManager.getRebalancingStatus(String cacheName)
Retrieves the rebalancing status of a cache
|
RebalancingStatus |
ClusterTopologyManagerImpl.getRebalancingStatus(String cacheName) |
RebalancingStatus |
LocalTopologyManager.getRebalancingStatus(String cacheName)
Retrieve the rebalancing status for the specified cache
|
RebalancingStatus |
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.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.