Uses of Interface
org.infinispan.topology.PersistentUUIDManager
-
Packages that use PersistentUUIDManager Package Description org.infinispan.partitionhandling.impl org.infinispan.topology -
-
Uses of PersistentUUIDManager in org.infinispan.partitionhandling.impl
Constructors in org.infinispan.partitionhandling.impl with parameters of type PersistentUUIDManager Constructor Description PreferAvailabilityStrategy(EventLogManager eventLogManager, PersistentUUIDManager persistentUUIDManager, LostDataCheck lostDataCheck)
PreferConsistencyStrategy(EventLogManager eventLogManager, PersistentUUIDManager persistentUUIDManager, LostDataCheck lostDataCheck)
-
Uses of PersistentUUIDManager in org.infinispan.topology
Classes in org.infinispan.topology that implement PersistentUUIDManager Modifier and Type Class Description class
PersistentUUIDManagerImpl
Implementation of thePersistentUUIDManager
interfaceConstructors in org.infinispan.topology with parameters of type PersistentUUIDManager Constructor Description ClusterCacheStatus(EmbeddedCacheManager cacheManager, String cacheName, AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManager clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)
-