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