Uses of Enum
org.apache.drill.exec.memory.BaseAllocator.Verbosity
Packages that use 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
Methods in io.netty.buffer with parameters of type BaseAllocator.VerbosityModifier and TypeMethodDescriptionvoid
DrillBuf.print
(StringBuilder sb, int indent, BaseAllocator.Verbosity verbosity) -
Uses of BaseAllocator.Verbosity in org.apache.drill.exec.memory
Methods in org.apache.drill.exec.memory that return BaseAllocator.VerbosityModifier 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.Methods in org.apache.drill.exec.memory with parameters of type BaseAllocator.VerbosityModifier and TypeMethodDescriptionvoid
AllocationManager.BufferLedger.print
(StringBuilder sb, int indent, BaseAllocator.Verbosity verbosity) Print the current ledger state to a the provided StringBuilder.