Uses of Class
org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Packages that use ChannelWriterOutputView Package Description org.apache.flink.runtime.operators.hash org.apache.flink.runtime.operators.sort -
-
Uses of ChannelWriterOutputView in org.apache.flink.runtime.operators.hash
Fields in org.apache.flink.runtime.operators.hash declared as ChannelWriterOutputView Modifier and Type Field Description protected ChannelWriterOutputViewHashPartition. probeSideBuffer -
Uses of ChannelWriterOutputView in org.apache.flink.runtime.operators.sort
Methods in org.apache.flink.runtime.operators.sort with parameters of type ChannelWriterOutputView Modifier and Type Method Description voidFixedLengthRecordSorter. 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)
-