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