| Package | Description |
|---|---|
| io.netty.buffer | |
| org.apache.arrow.memory |
Memory Allocation, Account and Management
See the README.md file in this directory for detailed information about Arrow's memory
allocation subsystem.
|
| Constructor and Description |
|---|
ArrowBuf(ReferenceManager referenceManager,
BufferManager bufferManager,
int length,
long memoryAddress,
boolean isEmpty)
Constructs a new ArrowBuf
|
| Modifier and Type | Method and Description |
|---|---|
ArrowBuf |
BufferAllocator.buffer(int size,
BufferManager manager)
Allocate a new or reused buffer of the provided size.
|
ArrowBuf |
BaseAllocator.buffer(int initialRequestSize,
BufferManager manager) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.