Uses of Interface
org.infinispan.eviction.PassivationManager
-
Packages that use PassivationManager Package Description org.infinispan.container.impl Data containers which store cache entries.org.infinispan.container.offheap org.infinispan.eviction.impl -
-
Uses of PassivationManager in org.infinispan.container.impl
Fields in org.infinispan.container.impl with type parameters of type PassivationManager Modifier and Type Field Description protected ComponentRef<PassivationManager>
AbstractInternalDataContainer. passivator
-
Uses of PassivationManager in org.infinispan.container.offheap
Fields in org.infinispan.container.offheap with type parameters of type PassivationManager Modifier and Type Field Description protected ComponentRef<PassivationManager>
SegmentedBoundedOffHeapDataContainer. passivator
-
Uses of PassivationManager in org.infinispan.eviction.impl
Classes in org.infinispan.eviction.impl that implement PassivationManager Modifier and Type Class Description class
PassivationManagerImpl
class
PassivationManagerStub
-