Uses of Class
org.apache.drill.exec.memory.BaseAllocator
Packages that use BaseAllocator
Package
Description
Memory Allocation, Account and Management
See the README.md file in this directory for detailed information about Drill's memory allocation subsystem.
-
Uses of BaseAllocator in org.apache.drill.exec.memory
Subclasses of BaseAllocator in org.apache.drill.exec.memoryModifier and TypeClassDescriptionclass
The root allocator for using direct memory inside a Drillbit.Constructors in org.apache.drill.exec.memory with parameters of type BaseAllocatorModifierConstructorDescriptionprotected
BaseAllocator
(BaseAllocator parentAllocator, String name, long initReservation, long maxAllocation)