| Class | Description |
|---|---|
| BehmSlotAccessor |
Helper class with logic to access BinaryElasticHashMap's slots.
|
| BinaryElasticHashMap<V extends com.hazelcast.memory.MemoryBlock> |
A hash map of
Data to MemoryBlock, implemented using open
addressing with linear probing for collision resolution. |
| ConcurrentElasticHashMap<K,V> | |
| ConcurrentElasticHashMap.Segment<V> |
A segment of hash buckets for this map.
|
| ElasticHashMap<K,V> | |
| NativeMemoryDataAccessor |
Accessor for Native Memory Data (me loves checkstyle)
|
| SampleableElasticHashMap<V extends com.hazelcast.memory.MemoryBlock> |
Variant of the
BinaryElasticHashMap that allows quick random sampling of its entries. |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.