Class | Description |
---|---|
DrillBuf |
Drill data structure for accessing and manipulating data buffers.
|
ExpandableByteBuf |
Allows us to decorate DrillBuf to make it expandable so that we can use them in the context of the Netty framework
(thus supporting RPC level memory accounting).
|
LargeBuffer |
A MutableWrappedByteBuf that also maintains a metric of the number of huge buffer bytes and counts.
|
PooledByteBufAllocatorL |
The base allocator that we use for all of Drill's memory management.
|
UnsafeDirectLittleEndian |
The underlying class we use for little-endian access to memory.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.