See: Description
| Interface | Description |
|---|---|
| AllocationListener |
An allocation listener being notified for allocation/deallocation
|
| AllocationReservation |
Supports cumulative allocation reservation.
|
| BufferAllocator |
Wrapper class to deal with byte buffer allocation.
|
| BufferManager |
Manages a list of
ArrowBufs that can be reallocated as needed. |
| Class | Description |
|---|---|
| AllocationManager |
Manages the relationship between one or more allocators and a particular UDLE.
|
| ArrowByteBufAllocator |
An implementation of ByteBufAllocator that wraps a Arrow BufferAllocator.
|
| BaseAllocator | |
| BoundsChecking | |
| RootAllocator |
The root allocator for using direct memory inside a Drillbit.
|
| Enum | Description |
|---|---|
| BaseAllocator.Verbosity |
| Exception | Description |
|---|---|
| AllocatorClosedException |
Exception thrown when a closed BufferAllocator is used.
|
| OutOfMemoryException |
Copyright © 2017 The Apache Software Foundation. All rights reserved.