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