See: Description
| Interface | Description | 
|---|---|
| HashSlotArray | 
 A Flyweight object that manages the backbone array of an off-heap open-addressed hashtable. | 
| HashSlotArray12byteKey | Specialization of  HashSlotArrayto the case where the key consists of alongand anintvalue and the value part is a block whose size is 4 + multiple of 8 (including zero). | 
| HashSlotArray16byteKey | Specialization of  HashSlotArrayto the case where the key consists of twolongvalues
 and the value part is a block whose size is a multiple of 8 (including zero). | 
| HashSlotArray8byteKey | Specialization of  HashSlotArrayto the case where the key is a singlelongvalue
 and the value part is a block whose size is a multiple of 8 (including zero). | 
| HashSlotCursor | Cursor over assigned slots in a  HashSlotArray. | 
| HashSlotCursor12byteKey | Cursor over assigned slots in a  HashSlotArray12byteKey. | 
| HashSlotCursor16byteKey | Cursor over assigned slots in a  HashSlotArray16byteKey. | 
| HashSlotCursor8byteKey | Cursor over assigned hash slots in a  HashSlotArray8byteKey. | 
MemoryManager
 for memory allocation and access.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.