Uses of Interface
com.hazelcast.cache.impl.eviction.impl.strategy.sampling.SampleableEvictableStore

Packages that use SampleableEvictableStore
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 
 

Uses of SampleableEvictableStore in com.hazelcast.cache.impl.eviction.impl.strategy.sampling
 

Classes in com.hazelcast.cache.impl.eviction.impl.strategy.sampling with type parameters of type SampleableEvictableStore
 class SamplingBasedEvictionStrategy<A,E extends Evictable,S extends SampleableEvictableStore<A,E>>
          Sampling based EvictionStrategy implementation.
 

Uses of SampleableEvictableStore in com.hazelcast.cache.impl.record
 

Subinterfaces of SampleableEvictableStore in com.hazelcast.cache.impl.record
 interface SampleableCacheRecordMap<K extends Data,V extends CacheRecord>
           
 

Classes in com.hazelcast.cache.impl.record that implement SampleableEvictableStore
 class CacheRecordHashMap
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.