Uses of Interface
org.apache.flink.runtime.operators.sort.InMemorySorterFactory
-
Packages that use InMemorySorterFactory Package Description org.apache.flink.runtime.operators.sort -
-
Uses of InMemorySorterFactory in org.apache.flink.runtime.operators.sort
Classes in org.apache.flink.runtime.operators.sort that implement InMemorySorterFactory Modifier and Type Class Description classDefaultInMemorySorterFactory<T>Default factory forInMemorySorter.Methods in org.apache.flink.runtime.operators.sort with parameters of type InMemorySorterFactory Modifier and Type Method Description ExternalSorterBuilder<T>ExternalSorterBuilder. sorterFactory(InMemorySorterFactory<T> sorterFactory)
-