- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
R - Type of the cache record stored in this cache record map.
- All Superinterfaces:
- com.hazelcast.cache.impl.record.CacheRecordMap<com.hazelcast.nio.serialization.Data,R>, com.hazelcast.internal.eviction.EvictableStore<com.hazelcast.nio.serialization.Data,R>, HiDensityRecordMap<R>, Map<com.hazelcast.nio.serialization.Data,R>, com.hazelcast.cache.impl.record.SampleableCacheRecordMap<com.hazelcast.nio.serialization.Data,R>, com.hazelcast.internal.eviction.impl.strategy.sampling.SampleableEvictableStore<com.hazelcast.nio.serialization.Data,R>
- All Known Implementing Classes:
- HiDensityNativeMemoryCacheRecordMap, HotRestartHiDensityNativeMemoryCacheRecordMap
public interface SampleableHiDensityCacheRecordMap<R extends HiDensityCacheRecord>
extends HiDensityRecordMap<R>, com.hazelcast.cache.impl.record.SampleableCacheRecordMap<com.hazelcast.nio.serialization.Data,R>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
-
Method Summary
-
Methods inherited from interface com.hazelcast.cache.impl.record.CacheRecordMap
fetchEntries, fetchKeys, setEntryCounting
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface com.hazelcast.internal.eviction.impl.strategy.sampling.SampleableEvictableStore
sample
-
Methods inherited from interface com.hazelcast.internal.eviction.EvictableStore
tryEvict
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.