Uses of Class
org.apache.drill.exec.memory.Accountant
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 Accountant in org.apache.drill.exec.memory
Modifier and TypeClassDescriptionclass
class
The root allocator for using direct memory inside a Drillbit.Modifier and TypeFieldDescriptionprotected final Accountant
Accountant.parent
The parent allocatorModifierConstructorDescriptionAccountant
(Accountant parent, long reservation, long maxAllocation)