| Package | Description |
|---|---|
| org.apache.arrow.memory |
Memory Allocation, Accounting and Management.
|
| 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,
@Nullable BufferManager bufferManager,
long capacity,
long memoryAddress)
Constructs a new ArrowBuf.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.