Package | Description |
---|---|
com.hazelcast.internal.memory.impl |
Internal memory management API implementations
|
com.hazelcast.internal.util.collection |
Primitive-typed collections.
|
com.hazelcast.internal.util.hashslot.impl |
Modifier and Type | Class and Description |
---|---|
class |
MemoryManagerBean
Simple implementation of
MemoryManager which aggregates the
MemoryAllocator and MemoryAccessor supplied at construction time. |
Modifier and Type | Class and Description |
---|---|
class |
HsaHeapMemoryManager
Memory manager backed by
long[][] . |
Constructor and Description |
---|
Long2LongMapHsa(long nullValue,
MemoryManager memMgr) |
LongSetHsa(long nullValue,
MemoryManager memMgr) |
LongSetHsa(long nullValue,
MemoryManager memMgr,
int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
protected void |
HashSlotArrayBase.setMemMgr(MemoryManager memoryManager) |
Constructor and Description |
---|
HashSlotArray12byteKeyImpl(int unassignedSentinel,
MemoryManager mm,
int valueLength) |
HashSlotArray12byteKeyImpl(int unassignedSentinel,
MemoryManager mm,
int valueLength,
int initialCapacity,
float loadFactor) |
HashSlotArray16byteKeyImpl(long nullSentinel,
long offsetOfNullSentinel,
MemoryManager mm,
MemoryAllocator auxMalloc,
int valueLength,
int initialCapacity,
float loadFactor) |
HashSlotArray16byteKeyImpl(long nullSentinel,
MemoryManager mm,
int valueLength) |
HashSlotArray16byteKeyImpl(long nullSentinel,
MemoryManager memMgr,
int valueLength,
int initialCapacity,
float loadFactor) |
HashSlotArray16byteKeyImpl(long nullSentinel,
MemoryManager memMgr,
MemoryAllocator auxMalloc,
int valueLength,
int initialCapacity,
float loadFactor) |
HashSlotArray16byteKeyNoValue(long nullKey1,
MemoryManager mm) |
HashSlotArray16byteKeyNoValue(long nullKey1,
MemoryManager mm,
int initialCapacity,
float loadFactor) |
HashSlotArray8byteKeyImpl(long unassignedSentinel,
long offsetOfUnassignedSentinel,
MemoryManager mm,
int valueLength,
int initialCapacity,
float loadFactor) |
HashSlotArray8byteKeyImpl(long unassignedSentinel,
MemoryManager mm,
int valueLength) |
HashSlotArray8byteKeyImpl(long unassignedSentinel,
MemoryManager mm,
int valueLength,
int initialCapacity,
float loadFactor) |
HashSlotArray8byteKeyNoValue(long unassignedSentinel,
MemoryManager mm) |
HashSlotArray8byteKeyNoValue(long unassignedSentinel,
MemoryManager mm,
int initialCapacity,
float loadFactor) |
HashSlotArrayBase(long unassignedSentinel,
long offsetOfUnassignedSentinel,
MemoryManager mm,
MemoryAllocator auxMalloc,
int keyLength,
int valueLength,
int initialCapacity,
float loadFactor)
Constructs a new
HashSlotArrayImpl with the given initial capacity and the load factor. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.