| Package | Description |
|---|---|
| io.netty.buffer | |
| 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.
|
| Class and Description |
|---|
| ArrowByteBufAllocator
An implementation of ByteBufAllocator that wraps a Arrow BufferAllocator.
|
| BaseAllocator.Verbosity
Enum for logging verbosity.
|
| BufferAllocator
Wrapper class to deal with byte buffer allocation.
|
| BufferManager
Manages a list of
ArrowBufs that can be reallocated as needed. |
| ReferenceManager
Reference Manager manages one or more ArrowBufs that share the
reference count for the underlying memory chunk.
|
| Class and Description |
|---|
| AllocationListener
An allocation listener being notified for allocation/deallocation
|
| AllocationOutcome
Describes the type of outcome that occurred when trying to account for allocation of memory.
|
| AllocationOutcome.Status
Allocation status code.
|
| AllocationOutcomeDetails
Captures details of allocation for each accountant in the hierarchical chain.
|
| AllocationReservation
Supports cumulative allocation reservation.
|
| ArrowByteBufAllocator
An implementation of ByteBufAllocator that wraps a Arrow BufferAllocator.
|
| BaseAllocator
A base-class that implements all functionality of BufferAllocators.
|
| BaseAllocator.Verbosity
Enum for logging verbosity.
|
| BufferAllocator
Wrapper class to deal with byte buffer allocation.
|
| BufferLedger.TransferResult
The outcome of a Transfer.
|
| BufferManager
Manages a list of
ArrowBufs that can be reallocated as needed. |
| OutOfMemoryException
Indicates memory could not be allocated for Arrow buffers.
|
| OwnershipTransferResult
The result of transferring an
ArrowBuf between BufferAllocators. |
| ReferenceManager
Reference Manager manages one or more ArrowBufs that share the
reference count for the underlying memory chunk.
|
| ValueWithKeyIncluded
Helper interface to generify a value to be included in the map where
key is part of the value.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.