com.hazelcast.internal.eviction.EvictionStrategy
implementations for cache.See: Description
Interface | Description |
---|---|
SampleableEvictableStore<A,E extends Evictable> |
Interface for sampleable store implementations that holds
Evictable entries to evict. |
Class | Description |
---|---|
SamplingEvictionStrategy<A,E extends Evictable,S extends SampleableEvictableStore<A,E>> |
This strategy samples
Evictable entries from SampleableEvictableStore , orders candidates
for eviction according to the provided EvictionPolicyEvaluator. |
Sampling based com.hazelcast.internal.eviction.EvictionStrategy
implementations for cache.
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.