Package | Description |
---|---|
io.netty.buffer | |
org.apache.drill.exec.memory |
Memory Allocation, Account and Management
See the README.md file in this directory for detailed information about Drill's memory allocation subsystem.
|
Modifier and Type | Field and Description |
---|---|
UnsafeDirectLittleEndian |
PooledByteBufAllocatorL.empty |
Modifier and Type | Method and Description |
---|---|
UnsafeDirectLittleEndian |
PooledByteBufAllocatorL.allocate(int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
UnsafeDirectLittleEndian.setBytesBounded(int index,
UnsafeDirectLittleEndian src,
int srcIndex,
int length) |
Constructor and Description |
---|
DrillBuf(AtomicInteger refCnt,
AllocationManager.BufferLedger ledger,
UnsafeDirectLittleEndian byteBuf,
BufferManager manager,
io.netty.buffer.ByteBufAllocator alloc,
int offset,
int length,
boolean isEmpty) |
Modifier and Type | Method and Description |
---|---|
protected UnsafeDirectLittleEndian |
AllocationManager.BufferLedger.getUnderlying()
Package visible for debugging/verification only.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.