Uses of Enum Class
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
Subclasses with type arguments of type RebalanceType in org.infinispan.statetransferMethods in org.infinispan.statetransfer that return RebalanceTypeModifier and TypeMethodDescriptionstatic RebalanceTypestatic RebalanceTypeReturns the enum constant of this class with the specified name.static RebalanceType[]RebalanceType.values()Returns an array containing the constants of this enum class, 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)