Package | Description |
---|---|
com.hazelcast.internal.memory |
SPI that deals with memory operations.
|
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 | Method and Description |
---|---|
MemoryAllocator |
MemoryManager.getAllocator() |
Modifier and Type | Method and Description |
---|---|
MemoryAllocator |
MemoryManagerBean.getAllocator() |
Constructor and Description |
---|
MemoryManagerBean(MemoryAllocator allocator,
MemoryAccessor accessor) |
Modifier and Type | Method and Description |
---|---|
MemoryAllocator |
HsaHeapMemoryManager.getAllocator() |
Modifier and Type | Method and Description |
---|---|
protected MemoryAllocator |
HashSlotArrayBase.malloc() |
Modifier and Type | Method and Description |
---|---|
void |
HashSlotArrayBase.migrateTo(MemoryAllocator newMalloc)
Migrates the backing memory region to a new allocator, freeing the current region.
|
Constructor and Description |
---|
HashSlotArray16byteKeyImpl(long nullSentinel,
long offsetOfNullSentinel,
MemoryManager mm,
MemoryAllocator auxMalloc,
int valueLength,
int initialCapacity,
float loadFactor) |
HashSlotArray16byteKeyImpl(long nullSentinel,
MemoryManager memMgr,
MemoryAllocator auxMalloc,
int valueLength,
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 © 2018 Hazelcast, Inc.. All Rights Reserved.