E - the type of elements returned by this iterator@Internal public interface ThrowingIterator<E> extends Closeable
Iterator interface that lets the implementation throw an IOException.Iteratorboolean hasNext()
true if the iteration has more elements. (In other words, returns true if next() would return an element rather than throwing an exception.)true if the iteration has more elementsE next() throws IOException, org.apache.flink.util.StateMigrationException
NoSuchElementException - if the iteration has no more elementsIOExceptionorg.apache.flink.util.StateMigrationExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.