Class Summary |
AbstractCompactedRow |
a CompactedRow is an object that takes a bunch of rows (keys + columnfamilies)
and can write a compacted version of those rows to an output stream. |
CompactionIterator |
|
DeletionService |
|
LazilyCompactedRow |
LazilyCompactedRow only computes the row bloom filter and column index in memory
(at construction time); it does this by reading one column at a time from each
of the rows being compacted, and merging them as it does so. |
PrecompactedRow |
PrecompactedRow merges its rows in its constructor in memory. |
SerDeUtils |
Static serialization/deserialization utility functions, intended to eventually replace ICompactSerializers. |