Uses of Class
org.infinispan.statetransfer.RebalanceType
-
Packages that use RebalanceType Package Description org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.topology -
-
Uses of RebalanceType in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return RebalanceType Modifier and Type Method Description static RebalanceType
RebalanceType. from(CacheMode cacheMode)
static RebalanceType
RebalanceType. valueOf(String name)
Returns 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 RebalanceType Constructor Description ClusterCacheStatus(EmbeddedCacheManager cacheManager, String cacheName, AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManager clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)
-