Interface Sorter<E>
-
- All Superinterfaces:
AutoCloseable
,Closeable
,CloseableInputProvider<E>
- All Known Subinterfaces:
PushSorter<E>
- All Known Implementing Classes:
BinaryExternalSorter
,ExternalSorter
public interface Sorter<E> extends CloseableInputProvider<E>
The SortMerger interface representing the public interface to all specific Sort-Merge implementations.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.runtime.operators.util.CloseableInputProvider
getIterator
-
-