Class ChannelWithMeta

java.lang.Object
org.apache.flink.table.runtime.io.ChannelWithMeta

public class ChannelWithMeta extends Object
Channel with block count and numBytesInLastBlock of file.
  • Constructor Details

    • ChannelWithMeta

      public ChannelWithMeta(org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID channel, int blockCount, int numBytesInLastBlock)
  • Method Details

    • getChannel

      public org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID getChannel()
    • getBlockCount

      public int getBlockCount()
    • getNumBytesInLastBlock

      public int getNumBytesInLastBlock()