public class ScanQueryLimitRowIterator extends Object implements CloseableIterator<ScanResultValue>
| Constructor and Description |
|---|
ScanQueryLimitRowIterator(QueryRunner<ScanResultValue> baseRunner,
QueryPlus<ScanResultValue> queryPlus,
Map<String,Object> responseContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
ScanResultValue |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ScanQueryLimitRowIterator(QueryRunner<ScanResultValue> baseRunner, QueryPlus<ScanResultValue> queryPlus, Map<String,Object> responseContext)
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 Closeableclose in interface AutoCloseableIOExceptionCopyright © 2011–2018. All rights reserved.