Class ChannelWithMeta
java.lang.Object
org.apache.flink.table.runtime.io.ChannelWithMeta
Channel with block count and numBytesInLastBlock of file.
-
Constructor Summary
ConstructorsConstructorDescriptionChannelWithMeta(org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID channel, int blockCount, int numBytesInLastBlock) -
Method Summary
Modifier and TypeMethodDescriptionintorg.apache.flink.runtime.io.disk.iomanager.FileIOChannel.IDint
-
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()
-