Uses of Class
org.apache.flink.runtime.operators.sort.ExternalSorter
-
Packages that use ExternalSorter Package Description org.apache.flink.runtime.operators.sort -
-
Uses of ExternalSorter in org.apache.flink.runtime.operators.sort
Methods in org.apache.flink.runtime.operators.sort that return ExternalSorter Modifier and Type Method Description ExternalSorter<T>ExternalSorterBuilder. build(org.apache.flink.util.MutableObjectIterator<T> input)Creates a pull-basedSorter.
-