public interface RemoteIterator<E> extends Closeable
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Checks if there are more entries to be iterated.
|
E |
next()
Gets the next entry to be iterated.
|
boolean hasNext() throws IOException
IOException
- - if failed to list entries lazilyE next() throws IOException
IOException
- - if failed to list entries lazilyCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.