Uses of Class
org.infinispan.topology.CacheTopology.Phase
-
Packages that use CacheTopology.Phase 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 -
-
Uses of CacheTopology.Phase in org.infinispan.commands.topology
Methods in org.infinispan.commands.topology that return CacheTopology.Phase Modifier and Type Method Description CacheTopology.PhaseRebalanceStartCommand. getPhase()CacheTopology.PhaseTopologyUpdateCommand. getPhase() -
Uses of CacheTopology.Phase in org.infinispan.topology
Methods in org.infinispan.topology that return CacheTopology.Phase Modifier and Type Method Description CacheTopology.PhaseCacheTopology. getPhase()static CacheTopology.PhaseCacheTopology.Phase. valueOf(int ordinal)Returns the enum constant of this type with the specified name.static CacheTopology.PhaseCacheTopology.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.Constructors in org.infinispan.topology with parameters of type CacheTopology.Phase Constructor Description 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.Phase Modifier and Type Method Description voidLog_$logger. rebalancePhaseConfirmedOnNode(CacheTopology.Phase phase, String cacheName, Address node, int topologyId)voidLog. rebalancePhaseConfirmedOnNode(CacheTopology.Phase phase, String cacheName, Address node, int topologyId) -
Uses of CacheTopology.Phase in org.infinispan.util.logging.events
Methods in org.infinispan.util.logging.events with parameters of type CacheTopology.Phase Modifier and Type Method Description StringMessages_$bundle. cacheRebalancePhaseChange(CacheTopology.Phase phase, int topologyId)StringMessages. cacheRebalancePhaseChange(CacheTopology.Phase phase, int topologyId)StringMessages_$bundle. cacheRebalanceStart(Collection<Address> members, CacheTopology.Phase phase, int topologyId)StringMessages. cacheRebalanceStart(Collection<Address> members, CacheTopology.Phase phase, int topologyId)
-