|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SampleableConcurrentHashMap.SamplingEntry | |
|---|---|
| com.hazelcast.cache.impl.nearcache.impl.store | Near cache store implementations. |
| com.hazelcast.cache.impl.record | Hazelcast JSR-107 aka JCache implementation Internal record store |
| 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. |
| Uses of SampleableConcurrentHashMap.SamplingEntry in com.hazelcast.cache.impl.nearcache.impl.store |
|---|
| Subclasses of SampleableConcurrentHashMap.SamplingEntry in com.hazelcast.cache.impl.nearcache.impl.store | |
|---|---|
class |
HeapNearCacheRecordMap.EvictableSamplingEntry
|
| Methods in com.hazelcast.cache.impl.nearcache.impl.store with type parameters of type SampleableConcurrentHashMap.SamplingEntry | ||
|---|---|---|
protected
|
HeapNearCacheRecordMap.createSamplingEntry(K key,
V value)
|
|
| Uses of SampleableConcurrentHashMap.SamplingEntry in com.hazelcast.cache.impl.record |
|---|
| Subclasses of SampleableConcurrentHashMap.SamplingEntry in com.hazelcast.cache.impl.record | |
|---|---|
class |
CacheRecordHashMap.EvictableSamplingEntry
|
| Uses of SampleableConcurrentHashMap.SamplingEntry in com.hazelcast.util |
|---|
| Subclasses of SampleableConcurrentHashMap.SamplingEntry in com.hazelcast.util | |
|---|---|
class |
SampleableConcurrentHashMap.IterableSamplingEntry
Iterable sampling entry to preventing from extra object creation for iteration. |
| Methods in com.hazelcast.util with type parameters of type SampleableConcurrentHashMap.SamplingEntry | ||
|---|---|---|
protected
|
SampleableConcurrentHashMap.createSamplingEntry(K key,
V value)
|
|
|
SampleableConcurrentHashMap.getRandomSamples(int sampleCount)
Gets and returns samples as sampleCount. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||