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. |
com.hazelcast.internal.eviction.impl.strategy.sampling |
Sampling based
EvictionStrategy implementations for cache. |
Modifier and Type | Field and Description |
---|---|
protected EvictionStrategy<Data,R,CRM> |
AbstractCacheRecordStore.evictionStrategy |
Modifier and Type | Method and Description |
---|---|
protected EvictionStrategy<Data,R,CRM> |
AbstractCacheRecordStore.createEvictionStrategy(EvictionConfig cacheEvictionConfig) |
Modifier and Type | Field and Description |
---|---|
protected EvictionStrategy<KS,R,NCRM> |
AbstractNearCacheRecordStore.evictionStrategy |
Modifier and Type | Method and Description |
---|---|
protected EvictionStrategy<KS,R,NCRM> |
AbstractNearCacheRecordStore.createEvictionStrategy(EvictionConfig evictionConfig) |
Modifier and Type | Method and Description |
---|---|
static EvictionStrategy |
EvictionStrategyProvider.getDefaultEvictionStrategy()
Gets the default
EvictionStrategy implementation. |
static EvictionStrategy |
EvictionStrategyProvider.getEvictionStrategy(EvictionConfiguration evictionConfig)
Gets the
EvictionStrategy implementation specified with evictionStrategyType . |
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 | Class and Description |
---|---|
class |
SamplingBasedEvictionStrategy<A,E extends Evictable,S extends SampleableEvictableStore<A,E>>
Sampling based
EvictionStrategy implementation. |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.