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