| 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 | |
| com.hazelcast.monitor.impl | 
 Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
MemoryAllocator | 
PartitionPerIndexStats.wrapMemoryAllocator(MemoryAllocator memoryAllocator)  | 
MemoryAllocator | 
GlobalPerIndexStats.wrapMemoryAllocator(MemoryAllocator memoryAllocator)  | 
MemoryAllocator | 
PerIndexStats.wrapMemoryAllocator(MemoryAllocator memoryAllocator)
Wraps the given memory allocator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MemoryAllocator | 
PartitionPerIndexStats.wrapMemoryAllocator(MemoryAllocator memoryAllocator)  | 
MemoryAllocator | 
GlobalPerIndexStats.wrapMemoryAllocator(MemoryAllocator memoryAllocator)  | 
MemoryAllocator | 
PerIndexStats.wrapMemoryAllocator(MemoryAllocator memoryAllocator)
Wraps the given memory allocator. 
 | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.