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