public static class TestCompactor.Scanner extends java.lang.Object implements InternalScanner
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the scanner and releases any resources it has allocated
|
boolean |
next(java.util.List<Cell> results)
Grab the next row's worth of values.
|
boolean |
next(java.util.List<Cell> result,
ScannerContext scannerContext)
Grab the next row's worth of values.
|
public Scanner(KeyValue... kvs)
public boolean next(java.util.List<Cell> results) throws java.io.IOException
InternalScannernext in interface InternalScannerresults - return output arrayjava.io.IOException - epublic boolean next(java.util.List<Cell> result, ScannerContext scannerContext) throws java.io.IOException
InternalScannernext in interface InternalScannerresult - return output arrayjava.io.IOException - epublic void close()
throws java.io.IOException
InternalScannerclose in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in interface InternalScannerjava.io.IOException