|
||||||||||
| 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.nearcache.impl | Near cache implementations. |
| com.hazelcast.cache.impl.nearcache.impl.store | Near cache store implementations. |
| 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.nearcache.impl |
|---|
| Subinterfaces of EvictableStore in com.hazelcast.cache.impl.nearcache.impl | |
|---|---|
interface |
NearCacheRecordMap<K,V extends NearCacheRecord>
Contract point for all record maps to be used for storage in near-cache. |
interface |
SampleableNearCacheRecordMap<K,V extends NearCacheRecord>
Contract point for all record maps these supports entry sampling to be used for storage in near-cache. |
| Uses of EvictableStore in com.hazelcast.cache.impl.nearcache.impl.store |
|---|
| Classes in com.hazelcast.cache.impl.nearcache.impl.store that implement EvictableStore | |
|---|---|
class |
HeapNearCacheRecordMap<K,V extends NearCacheRecord>
|
| 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 | |||||||||