Class DrillBuf.TransferResult

java.lang.Object
io.netty.buffer.DrillBuf.TransferResult
Enclosing class:
DrillBuf

public class DrillBuf.TransferResult extends Object
The outcome of a Transfer.
  • Field Details

    • allocationFit

      public final boolean allocationFit
      Whether this transfer fit within the target allocator's capacity.
    • buffer

      public final DrillBuf buffer
      The newly created buffer associated with the target allocator.