| Package | Description |
|---|---|
| org.apache.arrow.memory |
Memory Allocation, Accounting and Management.
|
| org.apache.arrow.memory.rounding |
| Modifier and Type | Method and Description |
|---|---|
default RoundingPolicy |
BufferAllocator.getRoundingPolicy()
Gets the rounding policy of the allocator.
|
| Constructor and Description |
|---|
RootAllocator(AllocationListener listener,
long limit,
RoundingPolicy roundingPolicy)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRoundingPolicy
The default rounding policy.
|
class |
SegmentRoundingPolicy
The rounding policy that each buffer size must a multiple of the segment size.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.