Uses of Enum
org.infinispan.topology.CacheTopology.Phase
-
Uses of CacheTopology.Phase in org.infinispan.topology
Modifier and TypeMethodDescriptionCacheTopology.getPhase()
static CacheTopology.Phase
CacheTopology.Phase.valueOf
(int ordinal) Returns the enum constant of this type with the specified name.static CacheTopology.Phase
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.ModifierConstructorDescriptionCacheTopology
(int topologyId, int rebalanceId, boolean restoredTopology, ConsistentHash currentCH, ConsistentHash pendingCH, ConsistentHash unionCH, CacheTopology.Phase phase, List<Address> actualMembers, List<PersistentUUID> persistentUUIDs) CacheTopology
(int topologyId, int rebalanceId, boolean restoredTopology, 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) CacheTopology
(int topologyId, int rebalanceId, ConsistentHash currentCH, ConsistentHash pendingCH, CacheTopology.Phase phase, List<Address> actualMembers, List<PersistentUUID> persistentUUIDs)