| Package | Description |
|---|---|
| org.apache.arrow.memory |
Memory Allocation, Accounting and Management.
|
| org.apache.arrow.memory.netty | |
| org.apache.arrow.memory.unsafe |
| Modifier and Type | Method and Description |
|---|---|
AllocationManager |
AllocationManager.Factory.create(BufferAllocator accountingAllocator,
long size)
Create an
AllocationManager. |
AllocationManager |
BufferLedger.getAllocationManager()
Get the
AllocationManager used by this BufferLedger. |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyAllocationManager
The default implementation of
AllocationManager. |
| Modifier and Type | Method and Description |
|---|---|
AllocationManager |
DefaultAllocationManagerFactory.create(BufferAllocator accountingAllocator,
long size) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnsafeAllocationManager
Allocation manager based on unsafe API.
|
| Modifier and Type | Method and Description |
|---|---|
AllocationManager |
DefaultAllocationManagerFactory.create(BufferAllocator accountingAllocator,
long size) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.