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, wait
flatMap, map
forEachRemaining
public 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 Closeable
close
in interface AutoCloseable
IOException
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.