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 Summary
Constructors Constructor Description ChannelWithMeta(org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID channel, int blockCount, int numBytesInLastBlock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBlockCount()
org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
getChannel()
int
getNumBytesInLastBlock()
-