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 |
Modifier and Type | Method and Description |
---|---|
SlotAssignmentResult |
HashSlotArray8byteKey.ensure(long key)
Ensures that there is a mapping from the given key to a slot in the array.
|
SlotAssignmentResult |
HashSlotArray12byteKey.ensure(long key1,
int key2)
Ensures that there is a mapping from
(key1, key2) to a slot in the array. |
SlotAssignmentResult |
HashSlotArray16byteKey.ensure(long key1,
long key2)
Ensures that there is a mapping from
(key1, key2) to a slot in the
array. |
Modifier and Type | Class and Description |
---|---|
class |
SlotAssignmentResultImpl
POJO implementation of the result of a slot assignment invocation.
|
Modifier and Type | Method and Description |
---|---|
SlotAssignmentResult |
HashSlotArray8byteKeyImpl.ensure(long key)
Ensures that there is a mapping from the given key to a slot in the array.
|
SlotAssignmentResult |
HashSlotArray12byteKeyImpl.ensure(long key1,
int key2)
Ensures that there is a mapping from
(key1, key2) to a slot in the array. |
SlotAssignmentResult |
HashSlotArray16byteKeyNoValue.ensure(long key1,
long key2) |
SlotAssignmentResult |
HashSlotArray16byteKeyImpl.ensure(long key1,
long key2)
Ensures that there is a mapping from
(key1, key2) to a slot in the
array. |
protected SlotAssignmentResult |
HashSlotArrayBase.ensure0(long key1,
long key2) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.