public class ScanQueryLimitRowIterator extends Object implements CloseableIterator<ScanResultValue>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
ScanResultValue |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflatMap, mapforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<ScanResultValue>public ScanResultValue next()
next in interface Iterator<ScanResultValue>public void remove()
remove in interface Iterator<ScanResultValue>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.