Package | Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
EvictionStrategy<A,E extends Evictable,S extends EvictableStore<A,E>>
Interface for eviction implementations to evict
EvictableStore implementations as specified
EvictionPolicyEvaluator . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvictionStrategy<A,E extends Evictable,S extends EvictableStore<A,E>>
Base class for eviction implementations to evict
EvictableStore implementations as specified
EvictionPolicyEvaluator . |
Modifier and Type | Interface and Description |
---|---|
interface |
SampleableEvictableStore<A,E extends Evictable>
Interface for sampleable store implementations that holds
Evictable entries to evict. |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheRecordMap<K extends Data,V extends CacheRecord> |
interface |
SampleableCacheRecordMap<K extends Data,V extends CacheRecord> |
Modifier and Type | Class and Description |
---|---|
class |
CacheRecordHashMap |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.