Uses of Interface
org.infinispan.eviction.EvictionManager
Packages that use EvictionManager
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Data containers which store cache entries.
Cache
-specific notifications and eventing.-
Uses of EvictionManager in org.infinispan
Methods in org.infinispan that return EvictionManagerModifier and TypeMethodDescriptionAdvancedCache.getEvictionManager()
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1, will be removed without a replacement -
Uses of EvictionManager in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return EvictionManagerModifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.getEvictionManager()
CacheImpl.getEvictionManager()
SimpleCacheImpl.getEvictionManager()
-
Uses of EvictionManager in org.infinispan.container.impl
Fields in org.infinispan.container.impl declared as EvictionManagerModifier and TypeFieldDescriptionprotected EvictionManager<K,
V> AbstractInternalDataContainer.evictionManager
Methods in org.infinispan.container.impl with parameters of type EvictionManagerModifier 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
Fields in org.infinispan.container.offheap declared as EvictionManagerModifier and TypeFieldDescriptionprotected EvictionManager
SegmentedBoundedOffHeapDataContainer.evictionManager
-
Uses of EvictionManager in org.infinispan.eviction.impl
Classes in org.infinispan.eviction.impl that implement EvictionManager -
Uses of EvictionManager in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type EvictionManagerModifier 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) -
Uses of EvictionManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return EvictionManager