Uses of Class
io.netty.buffer.UnsafeDirectLittleEndian
Packages that use 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
Fields in io.netty.buffer declared as UnsafeDirectLittleEndianMethods in io.netty.buffer that return UnsafeDirectLittleEndianMethods in io.netty.buffer with parameters of type UnsafeDirectLittleEndianModifier and TypeMethodDescriptionboolean
UnsafeDirectLittleEndian.setBytesBounded
(int index, UnsafeDirectLittleEndian src, int srcIndex, int length) Constructors in io.netty.buffer with parameters of type UnsafeDirectLittleEndianModifierConstructorDescriptionDrillBuf
(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
Methods in org.apache.drill.exec.memory that return UnsafeDirectLittleEndianModifier and TypeMethodDescriptionprotected UnsafeDirectLittleEndian
AllocationManager.BufferLedger.getUnderlying()
Package visible for debugging/verification only.