Uses of Interface
org.apache.flink.runtime.operators.sort.PushSorter
-
Packages that use PushSorter Package Description org.apache.flink.runtime.operators.sort -
-
Uses of PushSorter in org.apache.flink.runtime.operators.sort
Methods in org.apache.flink.runtime.operators.sort that return PushSorter Modifier and Type Method Description PushSorter<T>ExternalSorterBuilder. build()Creates a push-basedPushSorter.
-