Uses of Class
org.apache.drill.exec.memory.Accountant
Packages that use 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
Subclasses of Accountant in org.apache.drill.exec.memoryModifier and TypeClassDescriptionclass
class
The root allocator for using direct memory inside a Drillbit.Fields in org.apache.drill.exec.memory declared as AccountantModifier and TypeFieldDescriptionprotected final Accountant
Accountant.parent
The parent allocatorConstructors in org.apache.drill.exec.memory with parameters of type AccountantModifierConstructorDescriptionAccountant
(Accountant parent, long reservation, long maxAllocation)