Interface CloseableInputProvider<E>

All Superinterfaces:
AutoCloseable, Closeable
All Known Subinterfaces:
PushSorter<E>, Sorter<E>
All Known Implementing Classes:
ExternalSorter, SimpleCloseableInputProvider, TempBarrier

public interface CloseableInputProvider<E> extends Closeable
Utility interface for a provider of an input that can be closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.util.MutableObjectIterator<E>
    Gets the iterator over this input.

    Methods inherited from interface java.io.Closeable

    close