public class HashSlotArray8byteKeyNoValue extends HashSlotArray8byteKeyImpl
HashSlotArray8byteKeyImpl to the case of zero-length value. Suitable for a long set
 implementation. Unassigned sentinel is kept at the start of the slot, i.e., in the key part.
 Therefore the sentinel value cannot be used as a key.HashSlotArrayBase.Cursor, HashSlotArrayBase.CursorIntKey2, HashSlotArrayBase.CursorLongKey2CAPACITY_OFFSET, EXPAND_THRESHOLD_OFFSET, HEADER_SIZE, KEY_1_OFFSET, KEY_2_OFFSET, mem, offsetOfUnassignedSentinel, SIZE_OFFSET, unassignedSentinel, VALUE_SIZE_GRANULARITY| Constructor and Description | 
|---|
| HashSlotArray8byteKeyNoValue(long unassignedSentinel,
                            MemoryManager mm) | 
| HashSlotArray8byteKeyNoValue(long unassignedSentinel,
                            MemoryManager mm,
                            int initialCapacity,
                            float loadFactor) | 
cursor, ensure, get, key2OfSlot, keyHash, keySize, putKey, removeaddress, assertValid, capacity, clear, dispose, ensure0, equal, expansionThreshold, get0, gotoAddress, gotoNew, isAssigned, key1OfSlot, markUnassigned, migrateTo, remove0, shiftConflictingKeys, size, slotBase, slotHash, trimToSize, valueSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddress, capacity, clear, expansionThreshold, gotoAddress, gotoNew, size, trimToSize, valueSizedisposepublic HashSlotArray8byteKeyNoValue(long unassignedSentinel,
                            MemoryManager mm,
                            int initialCapacity,
                            float loadFactor)
public HashSlotArray8byteKeyNoValue(long unassignedSentinel,
                            MemoryManager mm)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.