| Class | Description |
|---|---|
| ExpandableByteBuf |
Allows us to decorate ArrowBuf 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.
|
| NettyArrowBuf |
Netty specific wrapper over ArrowBuf for use in Netty framework.
|
| PooledByteBufAllocatorL |
The base allocator that we use for all of Arrow's memory management.
|
| UnsafeDirectLittleEndian |
The underlying class we use for little-endian access to memory.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.