Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cache.impl.nearcache.impl.store |
Near cache store implementations.
|
com.hazelcast.internal.eviction |
Eviction policy implementations for cache.
|
com.hazelcast.internal.eviction.impl.strategy |
EvictionStrategy implementations for cache. |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractCacheRecordStore.MaxSizeEvictionChecker |
Modifier and Type | Field and Description |
---|---|
protected EvictionChecker |
AbstractCacheRecordStore.evictionChecker |
Modifier and Type | Method and Description |
---|---|
protected EvictionChecker |
AbstractCacheRecordStore.createEvictionChecker(EvictionConfig cacheEvictionConfig) |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractNearCacheRecordStore.MaxSizeEvictionChecker |
Modifier and Type | Field and Description |
---|---|
protected EvictionChecker |
AbstractNearCacheRecordStore.evictionChecker |
Modifier and Type | Method and Description |
---|---|
protected EvictionChecker |
AbstractNearCacheRecordStore.createEvictionChecker(NearCacheConfig nearCacheConfig) |
Modifier and Type | Field and Description |
---|---|
static EvictionChecker |
EvictionChecker.EVICT_ALWAYS
Empty
EvictionChecker to allow eviction always. |
Modifier and Type | Method and Description |
---|---|
int |
EvictionStrategy.evict(S evictableStore,
EvictionPolicyEvaluator<A,E> evictionPolicyEvaluator,
EvictionChecker evictionChecker,
EvictionListener<A,E> evictionListener)
Does eviction if eviction is required by given
EvictionChecker . |
Modifier and Type | Method and Description |
---|---|
int |
AbstractEvictionStrategy.evict(S evictableStore,
EvictionPolicyEvaluator<A,E> evictionPolicyEvaluator,
EvictionChecker evictionChecker,
EvictionListener<A,E> evictionListener)
Does eviction if eviction is required by given
EvictionChecker . |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.