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.security.impl -
-
Uses of EvictionManager in org.infinispan
Methods in org.infinispan that return EvictionManager Modifier and Type Method Description EvictionManager
AdvancedCache. getEvictionManager()
-
Uses of EvictionManager in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return EvictionManager Modifier and Type Method Description EvictionManager
AbstractDelegatingAdvancedCache. getEvictionManager()
EvictionManager
CacheImpl. getEvictionManager()
EvictionManager
SimpleCacheImpl. 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
AbstractInternalDataContainer. evictionManager
-
Uses of EvictionManager in org.infinispan.container.offheap
Fields in org.infinispan.container.offheap declared as EvictionManager Modifier and Type Field Description protected EvictionManager
SegmentedBoundedOffHeapDataContainer. evictionManager
-
Uses of EvictionManager in org.infinispan.eviction.impl
Classes in org.infinispan.eviction.impl that implement EvictionManager Modifier and Type Class Description class
EvictionManagerImpl<K,V>
-
Uses of EvictionManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return EvictionManager Modifier and Type Method Description EvictionManager
SecureCacheImpl. getEvictionManager()
-