public static class HBaseTestCase.ClientScannerIncommon extends java.lang.Object implements HBaseTestCase.ScannerIncommon
| Constructor and Description |
|---|
ClientScannerIncommon(ResultScanner scanner) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Iterator<Result> |
iterator() |
boolean |
next(java.util.List<Cell> values) |
public ClientScannerIncommon(ResultScanner scanner)
public boolean next(java.util.List<Cell> values) throws java.io.IOException
next in interface HBaseTestCase.ScannerIncommonjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface HBaseTestCase.ScannerIncommonjava.io.IOException