Package | Description |
---|---|
org.apache.cassandra.db.compaction | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.repair |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
PrecompactedRow
PrecompactedRow merges its rows in its constructor in memory.
|
Modifier and Type | Method and Description |
---|---|
AbstractCompactedRow |
CompactionController.getCompactedRow(java.util.List<SSTableIdentityIterator> rows) |
AbstractCompactedRow |
CompactionController.getCompactedRow(SSTableIdentityIterator row)
convenience method for single-sstable compactions
|
protected AbstractCompactedRow |
CompactionIterable.Reducer.getReduced() |
Modifier and Type | Method and Description |
---|---|
abstract CloseableIterator<AbstractCompactedRow> |
AbstractCompactionIterable.iterator() |
CloseableIterator<AbstractCompactedRow> |
CompactionIterable.iterator() |
CloseableIterator<AbstractCompactedRow> |
ParallelCompactionIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
RowIndexEntry |
SSTableWriter.append(AbstractCompactedRow row) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.add(AbstractCompactedRow row)
Called (in order) for every row present in the CF.
|
Copyright © 2015 The Apache Software Foundation