Uses of Interface
org.apache.drill.exec.ops.BufferManager
Packages that use BufferManager
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 BufferManager in io.netty.buffer
Constructors in io.netty.buffer with parameters of type BufferManagerModifierConstructorDescriptionDrillBuf
(AtomicInteger refCnt, AllocationManager.BufferLedger ledger, UnsafeDirectLittleEndian byteBuf, BufferManager manager, io.netty.buffer.ByteBufAllocator alloc, int offset, int length, boolean isEmpty) -
Uses of BufferManager in org.apache.drill.exec.memory
Methods in org.apache.drill.exec.memory with parameters of type BufferManagerModifier and TypeMethodDescriptionBaseAllocator.buffer
(int initialRequestSize, BufferManager manager) BufferAllocator.buffer
(int size, BufferManager manager) Allocate a new or reused buffer of the provided size.AllocationManager.BufferLedger.newDrillBuf
(int offset, int length, BufferManager manager) Create a new DrillBuf associated with this AllocationManager and memory. -
Uses of BufferManager in org.apache.drill.exec.ops
Classes in org.apache.drill.exec.ops that implement BufferManagerFields in org.apache.drill.exec.ops declared as BufferManagerMethods in org.apache.drill.exec.ops that return BufferManagerModifier and TypeMethodDescriptionprotected abstract BufferManager
BaseFragmentContext.getBufferManager()
protected BufferManager
FragmentContextImpl.getBufferManager()
BaseFragmentContext.getManagedBufferManager()
FragmentContext.getManagedBufferManager()