Class BufferIndexAndChannel
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.BufferIndexAndChannel
-
public class BufferIndexAndChannel extends Object
Integrate the buffer index and the channel id which it belongs.
-
-
Constructor Summary
Constructors Constructor Description BufferIndexAndChannel(int bufferIndex, int channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBufferIndex()intgetChannel()
-