| 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 | Field and Description |
|---|---|
static AllocationListener |
AllocationListener.NOOP |
| Modifier and Type | Method and Description |
|---|---|
BufferAllocator |
BufferAllocator.newChildAllocator(String name,
AllocationListener listener,
long initReservation,
long maxAllocation)
Create a new child allocator.
|
BufferAllocator |
BaseAllocator.newChildAllocator(String name,
AllocationListener listener,
long initReservation,
long maxAllocation) |
| Constructor and Description |
|---|
BaseAllocator(BaseAllocator parentAllocator,
AllocationListener listener,
String name,
long initReservation,
long maxAllocation,
RoundingPolicy roundingPolicy)
Initialize an allocator
|
RootAllocator(AllocationListener listener,
long limit) |
RootAllocator(AllocationListener listener,
long limit,
RoundingPolicy roundingPolicy) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.