| Package | Description |
|---|---|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.topology |
| Modifier and Type | Method and Description |
|---|---|
static RebalanceType |
RebalanceType.from(CacheMode cacheMode) |
static RebalanceType |
RebalanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RebalanceType[] |
RebalanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClusterCacheStatus(EmbeddedCacheManager cacheManager,
String cacheName,
AvailabilityStrategy availabilityStrategy,
RebalanceType rebalanceType,
ClusterTopologyManagerImpl clusterTopologyManager,
Transport transport,
PersistentUUIDManager persistentUUIDManager,
EventLogManager eventLogManager,
Optional<ScopedPersistentState> state,
boolean resolveConflictsOnMerge) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.