public interface RecoveryIterator<T> extends Closeable
boolean hasNext() throws IOException
IOException
T next() throws IOException, NoSuchElementException
IOException
NoSuchElementException
Copyright © 2020 Apache Software Foundation. All rights reserved.