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
InternalScanner
next
in interface InternalScanner
results
- return output arrayIOException
- epublic boolean next(List<Cell> result, ScannerContext scannerContext) throws IOException
InternalScanner
next
in interface InternalScanner
result
- return output arrayIOException
- epublic void close() throws IOException
InternalScanner
close
in interface Closeable
close
in interface AutoCloseable
close
in interface InternalScanner
IOException