Uses of Class
org.apache.flink.table.runtime.io.ChannelWithMeta
Packages that use ChannelWithMeta
Package
Description
-
Uses of ChannelWithMeta in org.apache.flink.table.runtime.operators.sort
Methods in org.apache.flink.table.runtime.operators.sort that return types with arguments of type ChannelWithMetaModifier and TypeMethodDescriptionAbstractBinaryExternalMerger.mergeChannelList(List<ChannelWithMeta> channelIDs) Merges the given sorted runs to a smaller number of sorted runs.Method parameters in org.apache.flink.table.runtime.operators.sort with type arguments of type ChannelWithMetaModifier and TypeMethodDescriptionAbstractBinaryExternalMerger.getMergingIterator(List<ChannelWithMeta> channelIDs, List<org.apache.flink.runtime.io.disk.iomanager.FileIOChannel> openChannels) Returns an iterator that iterates over the merged result from all given channels.AbstractBinaryExternalMerger.mergeChannelList(List<ChannelWithMeta> channelIDs) Merges the given sorted runs to a smaller number of sorted runs. -
Uses of ChannelWithMeta in org.apache.flink.table.runtime.util
Methods in org.apache.flink.table.runtime.util with parameters of type ChannelWithMetaModifier and TypeMethodDescriptionstatic org.apache.flink.runtime.io.disk.iomanager.AbstractChannelReaderInputViewFileChannelUtil.createInputView(org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, ChannelWithMeta channel, List<org.apache.flink.runtime.io.disk.iomanager.FileIOChannel> channels, boolean compressionEnabled, org.apache.flink.runtime.io.compression.BlockCompressionFactory compressionCodecFactory, int compressionBlockSize, int segmentSize)