| Interface | Description |
|---|---|
| MemoryAllocator |
Allocator of WritableMemory.
|
| Class | Description |
|---|---|
| AppendableMemory |
A class that allows writing to a series of Memory blocks as if they are one big coherent chunk of memory.
|
| ArenaMemoryAllocator |
Allocator that uses a reusable
WritableMemory arena. |
| HeapMemoryAllocator |
Allocator that uses
ByteBuffer.allocate(int) to create chunks in the JVM heap. |
| MemoryRange<T extends org.apache.datasketches.memory.Memory> |
Reference to a particular region of some
Memory. |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.