Uses of Interface
org.apache.flink.runtime.operators.sort.InMemorySorter
-
Packages that use InMemorySorter Package Description org.apache.flink.runtime.operators.sort -
-
Uses of InMemorySorter in org.apache.flink.runtime.operators.sort
Classes in org.apache.flink.runtime.operators.sort that implement InMemorySorter Modifier and Type Class Description classFixedLengthRecordSorter<T>classNormalizedKeySorter<T>Methods in org.apache.flink.runtime.operators.sort that return InMemorySorter Modifier and Type Method Description InMemorySorter<T>DefaultInMemorySorterFactory. create(List<org.apache.flink.core.memory.MemorySegment> sortSegments)InMemorySorter<T>InMemorySorterFactory. create(List<org.apache.flink.core.memory.MemorySegment> sortSegments)Create anInMemorySorterinstance with the given memory segments.
-