Interface PushSorter<E>

All Superinterfaces:
AutoCloseable, Closeable, CloseableInputProvider<E>, Sorter<E>

public interface PushSorter<E> extends Sorter<E>
A push-based Sorter. It exposes methods for adding new records to the sorter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Finalizes the sorting.
    void
    writeRecord(E record)
    Writers a new record to the sorter.

    Methods inherited from interface java.io.Closeable

    close

    Methods inherited from interface org.apache.flink.runtime.operators.util.CloseableInputProvider

    getIterator