Class BufferWithIdentity
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.BufferWithIdentity
-
public class BufferWithIdentity extends Object
Integrate the buffer with index and the channel information to which it belongs.
-
-
Constructor Summary
Constructors Constructor Description BufferWithIdentity(Buffer buffer, int bufferIndex, int channelIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuffergetBuffer()intgetBufferIndex()intgetChannelIndex()
-