Package io.netty.buffer


package io.netty.buffer
  • Classes
    Class
    Description
    Drill data structure for accessing and manipulating data buffers.
    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).
    A MutableWrappedByteBuf that also maintains a metric of the number of huge buffer bytes and counts.
    The base allocator that we use for all of Drill's memory management.
    The underlying class we use for little-endian access to memory.