Uses of Class
io.netty.buffer.UnsafeDirectLittleEndian
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 UnsafeDirectLittleEndian in io.netty.buffer
Modifier and TypeMethodDescriptionboolean
UnsafeDirectLittleEndian.setBytesBounded
(int index, UnsafeDirectLittleEndian src, int srcIndex, int length) ModifierConstructorDescriptionDrillBuf
(AtomicInteger refCnt, AllocationManager.BufferLedger ledger, UnsafeDirectLittleEndian byteBuf, BufferManager manager, io.netty.buffer.ByteBufAllocator alloc, int offset, int length, boolean isEmpty) -
Uses of UnsafeDirectLittleEndian in org.apache.drill.exec.memory
Modifier and TypeMethodDescriptionprotected UnsafeDirectLittleEndian
AllocationManager.BufferLedger.getUnderlying()
Package visible for debugging/verification only.