Uses of Interface
org.infinispan.eviction.impl.PassivationManager
Packages that use PassivationManager
Package
Description
Data containers which store cache entries.
-
Uses of PassivationManager in org.infinispan.container.impl
Fields in org.infinispan.container.impl with type parameters of type PassivationManagerModifier and TypeFieldDescriptionprotected ComponentRef
<PassivationManager> AbstractInternalDataContainer.passivator
Methods in org.infinispan.container.impl with parameters of type PassivationManagerModifier 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 PassivationManager in org.infinispan.container.offheap
Fields in org.infinispan.container.offheap with type parameters of type PassivationManagerModifier and TypeFieldDescriptionprotected ComponentRef
<PassivationManager> SegmentedBoundedOffHeapDataContainer.passivator
-
Uses of PassivationManager in org.infinispan.eviction.impl
Classes in org.infinispan.eviction.impl that implement PassivationManagerModifier and TypeClassDescriptionclass
A passivation managerclass
class