Package io.netty.buffer


package io.netty.buffer
  • Classes
    Class
    Description
    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).
    A MutableWrappedByteBuf that also maintains a metric of the number of huge buffer bytes and counts.
    Netty specific wrapper over ArrowBuf for use in Netty framework.
    The base allocator that we use for all of Arrow's memory management.
    The underlying class we use for little-endian access to memory.