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(FileIOChannel.ID channel, int blockCount, int numBytesInLastBlock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBlockCount()
FileIOChannel.ID
getChannel()
int
getNumBytesInLastBlock()
-
-
-
Constructor Detail
-
ChannelWithMeta
public ChannelWithMeta(FileIOChannel.ID channel, int blockCount, int numBytesInLastBlock)
-
-
Method Detail
-
getChannel
public FileIOChannel.ID getChannel()
-
getBlockCount
public int getBlockCount()
-
getNumBytesInLastBlock
public int getNumBytesInLastBlock()
-
-