|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvictableStore | |
---|---|
com.hazelcast.cache.impl.eviction | Eviction policy implementations for cache. |
com.hazelcast.cache.impl.eviction.impl.strategy |
EvictionStrategy implementations for cache. |
com.hazelcast.cache.impl.eviction.impl.strategy.sampling |
Sampling based EvictionStrategy implementations for cache. |
com.hazelcast.cache.impl.record | Hazelcast JSR-107 aka JCache implementation Internal record store |
Uses of EvictableStore in com.hazelcast.cache.impl.eviction |
---|
Classes in com.hazelcast.cache.impl.eviction with type parameters of type EvictableStore | |
---|---|
interface |
EvictionStrategy<A,E extends Evictable,S extends EvictableStore<A,E>>
Interface for eviction implementations to evict EvictableStore implementations as specified
EvictionPolicyEvaluator . |
Uses of EvictableStore in com.hazelcast.cache.impl.eviction.impl.strategy |
---|
Classes in com.hazelcast.cache.impl.eviction.impl.strategy with type parameters of type EvictableStore | |
---|---|
class |
AbstractEvictionStrategy<A,E extends Evictable,S extends EvictableStore<A,E>>
Base class for eviction implementations to evict EvictableStore implementations as specified
EvictionPolicyEvaluator . |
Uses of EvictableStore in com.hazelcast.cache.impl.eviction.impl.strategy.sampling |
---|
Subinterfaces of EvictableStore in com.hazelcast.cache.impl.eviction.impl.strategy.sampling | |
---|---|
interface |
SampleableEvictableStore<A,E extends Evictable>
Interface for sampleable store implementations that holds Evictable entries to evict. |
Uses of EvictableStore in com.hazelcast.cache.impl.record |
---|
Subinterfaces of EvictableStore in com.hazelcast.cache.impl.record | |
---|---|
interface |
CacheRecordMap<K extends Data,V extends CacheRecord>
|
interface |
SampleableCacheRecordMap<K extends Data,V extends CacheRecord>
|
Classes in com.hazelcast.cache.impl.record that implement EvictableStore | |
---|---|
class |
CacheRecordHashMap
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |