Uses of Enum
org.apache.drill.exec.memory.BaseAllocator.Verbosity
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.Verbosity in io.netty.buffer
Modifier and TypeMethodDescriptionvoid
DrillBuf.print
(StringBuilder sb, int indent, BaseAllocator.Verbosity verbosity) -
Uses of BaseAllocator.Verbosity in org.apache.drill.exec.memory
Modifier and TypeMethodDescriptionstatic BaseAllocator.Verbosity
Returns the enum constant of this type with the specified name.static BaseAllocator.Verbosity[]
BaseAllocator.Verbosity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AllocationManager.BufferLedger.print
(StringBuilder sb, int indent, BaseAllocator.Verbosity verbosity) Print the current ledger state to a the provided StringBuilder.