public static class HBaseTestCase.ClientScannerIncommon extends Object implements HBaseTestCase.ScannerIncommon
Constructor and Description |
---|
ClientScannerIncommon(ResultScanner scanner) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Iterator<Result> |
iterator() |
boolean |
next(List<Cell> values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ClientScannerIncommon(ResultScanner scanner)
public boolean next(List<Cell> values) throws IOException
next
in interface HBaseTestCase.ScannerIncommon
IOException
public void close() throws IOException
close
in interface HBaseTestCase.ScannerIncommon
IOException