Class ChannelWithMeta


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

      • ChannelWithMeta

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

      • getChannel

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

        public int getBlockCount()
      • getNumBytesInLastBlock

        public int getNumBytesInLastBlock()