Class InputChannel.BufferAndAvailability
java.lang.Object
org.apache.flink.runtime.io.network.partition.consumer.InputChannel.BufferAndAvailability
- Enclosing class:
- InputChannel
A combination of a
Buffer and a flag indicating availability of further buffers, and
the backlog length indicating how many non-event buffers are available in the subpartitions.-
Constructor Summary
ConstructorsConstructorDescriptionBufferAndAvailability(Buffer buffer, Buffer.DataType nextDataType, int buffersInBacklog, int sequenceNumber) -
Method Summary
-
Constructor Details
-
BufferAndAvailability
public BufferAndAvailability(Buffer buffer, Buffer.DataType nextDataType, int buffersInBacklog, int sequenceNumber)
-
-
Method Details