public interface Compactor
| Modifier and Type | Method and Description |
|---|---|
void |
compact(java.util.List<TableReader> inputs,
TableWriter output)
Compacts a list of inputs to the output.
|
void compact(java.util.List<TableReader> inputs, TableWriter output) throws java.io.IOException
inputs - a list of table readersoutput - a table writer, can be a TablesWriterjava.io.IOException - when compaction failsCopyright © 2022. All Rights Reserved.