Uses of Enum Class
org.infinispan.topology.CacheTopology.Phase
Packages that use CacheTopology.Phase
Package
Description
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
Uses of CacheTopology.Phase in org.infinispan.topology
Subclasses with type arguments of type CacheTopology.Phase in org.infinispan.topologyMethods in org.infinispan.topology that return CacheTopology.PhaseModifier and TypeMethodDescriptionCacheTopology.getPhase()
static CacheTopology.Phase
CacheTopology.Phase.valueOf
(int ordinal) Returns the enum constant of this class with the specified name.static CacheTopology.Phase
Returns the enum constant of this class with the specified name.static CacheTopology.Phase[]
CacheTopology.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.infinispan.topology with parameters of type CacheTopology.PhaseModifierConstructorDescriptionCacheTopology
(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) -
Uses of CacheTopology.Phase in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type CacheTopology.PhaseModifier and TypeMethodDescriptionfinal void
Log_$logger.rebalancePhaseConfirmedOnNode
(CacheTopology.Phase phase, String cacheName, Address node, int topologyId)