See: Description
| Interface | Description |
|---|---|
| AllocationReservation |
Supports cumulative allocation reservation.
|
| BufferAllocator |
Wrapper class to deal with byte buffer allocation.
|
| Class | Description |
|---|---|
| Accountant |
Provides a concurrent way to manage account for memory usage without locking.
|
| AllocationManager |
Manages the relationship between one or more allocators and a particular
UDLE.
|
| BaseAllocator | |
| BoundsChecking | |
| BoundsCheckingTest | |
| DrillByteBufAllocator |
An extend of AbstractByteBufAllocator that wraps a Drill BufferAllocator.
|
| RootAllocator |
The root allocator for using direct memory inside a Drillbit.
|
| RootAllocatorFactory | |
| TestAccountant | |
| TestAllocators | |
| TestBaseAllocator | |
| TestEndianess |
| Enum | Description |
|---|---|
| Accountant.AllocationOutcome |
Describes the type of outcome that occurred when trying to account for allocation of memory.
|
| BaseAllocator.Verbosity |
| Exception | Description |
|---|---|
| AllocatorClosedException |
Exception thrown when a closed BufferAllocator is used.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.