| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferLedger
|
| Modifier and Type | Field and Description |
|---|---|
static ReferenceManager |
ReferenceManager.NO_OP |
| Modifier and Type | Method and Description |
|---|---|
ReferenceManager |
ArrowBuf.getReferenceManager()
Get reference manager for this ArrowBuf.
|
| Constructor and Description |
|---|
ArrowBuf(ReferenceManager referenceManager,
BufferManager bufferManager,
long length,
long memoryAddress)
Constructs a new ArrowBuf.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.