public interface CloseableInputProvider<E> extends Closeable
| 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, IOException
InterruptedExceptionIOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.