Uses of Interface
org.infinispan.eviction.EvictionManager
Package
Description
Data containers which store cache entries.
Cache
-specific notifications and eventing.-
Uses of EvictionManager in org.infinispan.container.impl
Modifier and TypeFieldDescriptionprotected EvictionManager
<K, V> AbstractInternalDataContainer.evictionManager
Modifier and TypeMethodDescriptionstatic <K,
V> CompletionStage <Void> AbstractInternalDataContainer.handleEviction
(InternalCacheEntry<K, V> entry, DataOperationOrderer orderer, PassivationManager passivator, EvictionManager<K, V> evictionManager, DataContainer<K, V> dataContainer, Executor nonBlockingExecutor, CompletionStage<Void> selfDelay) Performs the eviction logic, except it doesn't actually remove the entry from the data container. -
Uses of EvictionManager in org.infinispan.container.offheap
Modifier and TypeFieldDescriptionprotected EvictionManager
SegmentedBoundedOffHeapDataContainer.evictionManager
-
Uses of EvictionManager in org.infinispan.eviction.impl
-
Uses of EvictionManager in org.infinispan.notifications.cachelistener
Modifier and TypeMethodDescriptionstatic CompletionStage
<Void> NotifyHelper.entryCommitted
(CacheNotifier notifier, FunctionalNotifier functionalNotifier, boolean created, boolean removed, boolean expired, CacheEntry entry, InvocationContext ctx, FlagAffectedCommand command, Object previousValue, Metadata previousMetadata, EvictionManager evictionManager)