Package | Description |
---|---|
com.hazelcast.internal.util.hashslot |
Contains a family of interfaces that provide a common base for various
kinds of open-addressed hashtable implementations.
|
com.hazelcast.internal.util.hashslot.impl |
Class and Description |
---|
HashSlotArray
A Flyweight object that manages the backbone array of an off-heap open-addressed hashtable.
|
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 . |
Class and 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 . |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.