public static final class InputChannel.BufferAndAvailability extends Object
Buffer
and a flag indicating availability of further buffers,
and the backlog length indicating how many non-event buffers are available in the
subpartition.Constructor and Description |
---|
BufferAndAvailability(Buffer buffer,
boolean moreAvailable,
int buffersInBacklog) |
Modifier and Type | Method and Description |
---|---|
Buffer |
buffer() |
int |
buffersInBacklog() |
boolean |
moreAvailable() |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.