Interface | Description |
---|---|
Compactor |
Compacts a list of inputs to an output.
|
Class | Description |
---|---|
HeapCompactor |
Each file is viewed as a vector of sorted rows, then do a merge-sort of these vectors and
write the output rows to the compacted files, complete a compacted file when the file
reaches the expected size.
|
SequentialCompactor |
Sequentially read through files listed directly under the directory, complete a compacted
file when the file reaches the expected size.
|
Copyright © 2023. All Rights Reserved.