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, waitforEach, spliteratorpublic ClientScannerIncommon(ResultScanner scanner)
public boolean next(List<Cell> values) throws IOException
next in interface HBaseTestCase.ScannerIncommonIOExceptionpublic void close()
throws IOException
close in interface HBaseTestCase.ScannerIncommonIOException