Uses of Class
org.apache.drill.exec.memory.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
Modifier and TypeClassDescriptionclass
The root allocator for using direct memory inside a Drillbit.ModifierConstructorDescriptionprotected
BaseAllocator
(BaseAllocator parentAllocator, String name, long initReservation, long maxAllocation)