public class ScanQueryLimitRowIterator extends Object implements CloseableIterator<ScanResultValue>
Constructor and Description |
---|
ScanQueryLimitRowIterator(QueryRunner<ScanResultValue> baseRunner,
ScanQuery query,
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, wait
forEachRemaining
public ScanQueryLimitRowIterator(QueryRunner<ScanResultValue> baseRunner, ScanQuery query, 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 Closeable
close
in interface AutoCloseable
IOException
Copyright © 2011–2017. All rights reserved.