| Package | Description |
|---|---|
| org.apache.druid.frame.allocation |
| Modifier and Type | Method and Description |
|---|---|
static ArenaMemoryAllocator |
ArenaMemoryAllocator.create(ByteBuffer buffer)
Creates an allocator based on a specific
ByteBuffer. |
static ArenaMemoryAllocator |
ArenaMemoryAllocator.createOnHeap(int capacity)
Creates an allocator of a specific size using an on-heap
ByteBuffer. |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.