Uses of Class
com.hazelcast.cache.impl.record.CacheRecordHashMap.EvictableSamplingEntry

Packages that use CacheRecordHashMap.EvictableSamplingEntry
com.hazelcast.cache.impl.record Hazelcast JSR-107 aka JCache implementation Internal record store 
 

Uses of CacheRecordHashMap.EvictableSamplingEntry in com.hazelcast.cache.impl.record
 

Methods in com.hazelcast.cache.impl.record that return CacheRecordHashMap.EvictableSamplingEntry
protected  CacheRecordHashMap.EvictableSamplingEntry CacheRecordHashMap.createSamplingEntry(Data key, CacheRecord value)
           
 

Methods in com.hazelcast.cache.impl.record that return types with arguments of type CacheRecordHashMap.EvictableSamplingEntry
 Iterable<CacheRecordHashMap.EvictableSamplingEntry> CacheRecordHashMap.sample(int sampleCount)
           
 



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