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