Uses of Enum
org.infinispan.statetransfer.RebalanceType
Packages that use RebalanceType
Package
Description
Transfer of state to new caches in a cluster.
-
Uses of RebalanceType in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return RebalanceTypeModifier and TypeMethodDescriptionstatic RebalanceTypestatic RebalanceTypeReturns 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. -
Uses of RebalanceType in org.infinispan.topology
Constructors in org.infinispan.topology with parameters of type RebalanceTypeModifierConstructorDescriptionClusterCacheStatus(EmbeddedCacheManager cacheManager, GlobalComponentRegistry gcr, String cacheName, AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManagerImpl clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)