Class HeapSort
java.lang.Object
org.apache.flink.runtime.operators.sort.HeapSort
- All Implemented Interfaces:
IndexedSorter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsort(IndexedSortable s, int p, int r) Sort the items accessed through the given IndexedSortable over the given range of logical indices.
-
Constructor Details
-
HeapSort
public HeapSort()
-
-
Method Details
-
sort
Description copied from interface:IndexedSorterSort the items accessed through the given IndexedSortable over the given range of logical indices. From the perspective of the sort algorithm, each index between l (inclusive) and r (exclusive) is an addressable entry.- Specified by:
sortin interfaceIndexedSorter- See Also:
-
sort
- Specified by:
sortin interfaceIndexedSorter
-