See: Description
| Interface | Description | 
|---|---|
| HashSlotArray | 
 
 A Flyweight object that manages the backbone array of an off-heap open-addressed hashtable. 
 | 
| HashSlotArray12byteKey | 
 Specialization of  
HashSlotArray to the case where the key consists of a long
 and an int value and the value part is a block whose size is 4 + multiple of 8 (including zero). | 
| HashSlotArray16byteKey | 
 Specialization of  
HashSlotArray to the case where the key consists of two long values
 and the value part is a block whose size is a multiple of 8 (including zero). | 
| HashSlotArray8byteKey | 
 Specialization of  
HashSlotArray to the case where the key is a single long value
 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.