public interface Sorter<E> extends CloseableInputProvider<E>
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.util.MutableObjectIterator<E> |
getIterator()
Gets the iterator over this input.
|
org.apache.flink.util.MutableObjectIterator<E> getIterator() throws InterruptedException
CloseableInputProvidergetIterator in interface CloseableInputProvider<E>InterruptedExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.