| Package | Description |
|---|---|
| org.infinispan.commands.topology | |
| org.infinispan.topology | |
| org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
| org.infinispan.util.logging.events |
| Modifier and Type | Method and Description |
|---|---|
CacheTopology.Phase |
RebalanceStartCommand.getPhase() |
CacheTopology.Phase |
TopologyUpdateCommand.getPhase() |
| Modifier and Type | Method and Description |
|---|---|
CacheTopology.Phase |
CacheTopology.getPhase() |
static CacheTopology.Phase |
CacheTopology.Phase.valueOf(int ordinal) |
static CacheTopology.Phase |
CacheTopology.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheTopology.Phase[] |
CacheTopology.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CacheTopology(int topologyId,
int rebalanceId,
ConsistentHash currentCH,
ConsistentHash pendingCH,
CacheTopology.Phase phase,
List<Address> actualMembers,
List<PersistentUUID> persistentUUIDs) |
CacheTopology(int topologyId,
int rebalanceId,
ConsistentHash currentCH,
ConsistentHash pendingCH,
ConsistentHash unionCH,
CacheTopology.Phase phase,
List<Address> actualMembers,
List<PersistentUUID> persistentUUIDs) |
| Modifier and Type | Method and Description |
|---|---|
void |
Log.rebalancePhaseConfirmedOnNode(CacheTopology.Phase phase,
String cacheName,
Address node,
int topologyId) |
void |
Log_$logger.rebalancePhaseConfirmedOnNode(CacheTopology.Phase phase,
String cacheName,
Address node,
int topologyId) |
| Modifier and Type | Method and Description |
|---|---|
String |
Messages.cacheRebalancePhaseChange(CacheTopology.Phase phase,
int topologyId) |
String |
Messages_$bundle.cacheRebalancePhaseChange(CacheTopology.Phase phase,
int topologyId) |
String |
Messages.cacheRebalanceStart(Collection<Address> members,
CacheTopology.Phase phase,
int topologyId) |
String |
Messages_$bundle.cacheRebalanceStart(Collection<Address> members,
CacheTopology.Phase phase,
int topologyId) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.