Uses of Class
org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Packages that use ChannelWriterOutputView
-
Uses of ChannelWriterOutputView in org.apache.flink.runtime.operators.hash
Fields in org.apache.flink.runtime.operators.hash declared as ChannelWriterOutputView -
Uses of ChannelWriterOutputView in org.apache.flink.runtime.operators.sort
Methods in org.apache.flink.runtime.operators.sort with parameters of type ChannelWriterOutputViewModifier and TypeMethodDescriptionvoidFixedLengthRecordSorter.writeToOutput(ChannelWriterOutputView output) Writes the records in this buffer in their logical order to the given output.voidFixedLengthRecordSorter.writeToOutput(ChannelWriterOutputView output, int start, int num) Writes a subset of the records in this buffer in their logical order to the given output.voidFixedLengthRecordSorter.writeToOutput(ChannelWriterOutputView output, LargeRecordHandler<T> largeRecordsOutput) voidInMemorySorter.writeToOutput(ChannelWriterOutputView output) Writes the records in this buffer in their logical order to the given output.voidInMemorySorter.writeToOutput(ChannelWriterOutputView output, int start, int num) Writes a subset of the records in this buffer in their logical order to the given output.voidInMemorySorter.writeToOutput(ChannelWriterOutputView output, LargeRecordHandler<T> largeRecordsOutput) voidNormalizedKeySorter.writeToOutput(ChannelWriterOutputView output) Writes the records in this buffer in their logical order to the given output.voidNormalizedKeySorter.writeToOutput(ChannelWriterOutputView output, int start, int num) Writes a subset of the records in this buffer in their logical order to the given output.voidNormalizedKeySorter.writeToOutput(ChannelWriterOutputView output, LargeRecordHandler<T> largeRecordsOutput)