public interface RemoteIterator<E>
boolean hasNext() throws IOException
IOException
- if any IO error occursE next() throws IOException
NoSuchElementException
- iteration has no more elements.IOException
- if any IO error occursCopyright © 2017 Apache Software Foundation. All Rights Reserved.