Package io.netty.buffer
Class DrillBuf.TransferResult
java.lang.Object
io.netty.buffer.DrillBuf.TransferResult
- Enclosing class:
- DrillBuf
The outcome of a Transfer.
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
Whether this transfer fit within the target allocator's capacity.final DrillBuf
The newly created buffer associated with the target allocator. -
Method Summary
-
Field Details
-
allocationFit
public final boolean allocationFitWhether this transfer fit within the target allocator's capacity. -
buffer
The newly created buffer associated with the target allocator.
-