Uses of Interface
org.apache.drill.exec.ops.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
ModifierConstructorDescriptionDrillBuf
(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
Modifier 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
Modifier and TypeMethodDescriptionprotected abstract BufferManager
BaseFragmentContext.getBufferManager()
protected BufferManager
FragmentContextImpl.getBufferManager()
BaseFragmentContext.getManagedBufferManager()
FragmentContext.getManagedBufferManager()