Class BufferWithSubpartition

java.lang.Object
org.apache.flink.runtime.io.network.partition.BufferWithSubpartition

public class BufferWithSubpartition extends Object
Buffer and the corresponding subpartition index.
  • Constructor Details

    • BufferWithSubpartition

      public BufferWithSubpartition(Buffer buffer, int subpartitionIndex)
  • Method Details

    • getBuffer

      public Buffer getBuffer()
    • getSubpartitionIndex

      public int getSubpartitionIndex()