Package | Description |
---|---|
com.hazelcast.internal.nearcache.impl.store |
Near Cache store implementations.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
com.hazelcast.map.impl.recordstore | |
com.hazelcast.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
Modifier and Type | Class and Description |
---|---|
class |
HeapNearCacheRecordMap.NearCacheEvictableSamplingEntry |
Modifier and Type | Method and Description |
---|---|
protected <E extends SampleableConcurrentHashMap.SamplingEntry> |
HeapNearCacheRecordMap.createSamplingEntry(K key,
V value) |
Modifier and Type | Class and Description |
---|---|
class |
QueryCacheRecordHashMap.QueryCacheEvictableSamplingEntry |
Modifier and Type | Class and Description |
---|---|
class |
LazyEntryViewFromRecord<R extends Record>
Internally used
EntryView implementation for sampling based eviction specific purposes. |
Modifier and Type | Method and Description |
---|---|
protected <E extends SampleableConcurrentHashMap.SamplingEntry> |
StorageSCHM.createSamplingEntry(Data key,
R record) |
Modifier and Type | Method and Description |
---|---|
protected <E extends SampleableConcurrentHashMap.SamplingEntry> |
SampleableConcurrentHashMap.createSamplingEntry(K key,
V value) |
<E extends SampleableConcurrentHashMap.SamplingEntry> |
SampleableConcurrentHashMap.getRandomSamples(int sampleCount)
Gets and returns samples as
sampleCount . |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.