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, clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, purgeStaleEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
clone, equals, hashCode, toString
public StorageSCHM(SerializationService serializationService)
protected <E extends SampleableConcurrentHashMap.SamplingEntry> E createSamplingEntry(Data key, R record)
createSamplingEntry
in class SampleableConcurrentHashMap<Data,R extends Record>
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.