R
- Type of records in this CHMpublic class StorageSCHM<R extends Record> extends SampleableConcurrentHashMap<Data,R>
SampleableConcurrentHashMap
with IMap
specifics.SampleableConcurrentHashMap.SamplingEntry<K,V>
ConcurrentReferenceHashMap.Option, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.SimpleEntry<K,V>, ConcurrentReferenceHashMap.WriteThroughEntry
AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
StorageSCHM(SerializationService serializationService) |
Modifier and Type | Method and Description |
---|---|
protected <E extends SampleableConcurrentHashMap.SamplingEntry> |
createSamplingEntry(Data key,
R record) |
fetchEntries, fetchKeys, getRandomSamples, isValidForFetching, isValidForSampling
applyIfAbsent, applyIfPresent, clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, purgeStaleEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
clone, equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAll
public StorageSCHM(SerializationService serializationService)
protected <E extends SampleableConcurrentHashMap.SamplingEntry> E createSamplingEntry(Data key, R record)
createSamplingEntry
in class SampleableConcurrentHashMap<Data,R extends Record>
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.