Uses of Interface
org.infinispan.eviction.EvictionManager
-
Packages that use EvictionManager Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.container.impl Data containers which store cache entries.org.infinispan.container.offheap org.infinispan.eviction.impl org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.security.impl -
-
Uses of EvictionManager in org.infinispan
Methods in org.infinispan that return EvictionManager Modifier and Type Method Description EvictionManagerAdvancedCache. getEvictionManager()Deprecated.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 EvictionManager Modifier and Type Method Description EvictionManagerAbstractDelegatingAdvancedCache. getEvictionManager()EvictionManager<K,V>CacheImpl. getEvictionManager()EvictionManagerSimpleCacheImpl. getEvictionManager() -
Uses of EvictionManager in org.infinispan.container.impl
Fields in org.infinispan.container.impl declared as EvictionManager Modifier and Type Field Description protected EvictionManager<K,V>AbstractInternalDataContainer. evictionManagerMethods in org.infinispan.container.impl with parameters of type EvictionManager Modifier and Type Method Description static <K,V>
CompletionStage<Void>AbstractInternalDataContainer. handleEviction(InternalCacheEntry<K,V> entry, DataOperationOrderer orderer, PassivationManager passivator, EvictionManager<K,V> evictionManager, DataContainer<K,V> dataContainer, 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 EvictionManager Modifier and Type Field Description protected EvictionManagerSegmentedBoundedOffHeapDataContainer. evictionManager -
Uses of EvictionManager in org.infinispan.eviction.impl
Classes in org.infinispan.eviction.impl that implement EvictionManager Modifier and Type Class Description classEvictionManagerImpl<K,V> -
Uses of EvictionManager in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as EvictionManager Modifier and Type Field Description protected EvictionManager<?,?>ClusteringDependentLogic.AbstractClusteringDependentLogic. evictionManager -
Uses of EvictionManager in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type EvictionManager Modifier and Type Method Description static 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 Modifier and Type Method Description EvictionManagerSecureCacheImpl. getEvictionManager()
-