| 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 |
RootAllocator
A root allocator for using direct memory for Arrow Vectors/Arrays.
|
| Modifier and Type | Method and Description |
|---|---|
BaseAllocator |
BufferLedger.getKey() |
| Constructor and Description |
|---|
BaseAllocator(BaseAllocator parentAllocator,
AllocationListener listener,
String name,
long initReservation,
long maxAllocation,
RoundingPolicy roundingPolicy)
Initialize an allocator
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.