| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractCompactedRow |
CompactionIterable.Reducer.getReduced() |
| Modifier and Type | Method and Description |
|---|---|
abstract CloseableIterator<AbstractCompactedRow> |
AbstractCompactionIterable.iterator() |
CloseableIterator<AbstractCompactedRow> |
CompactionIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
RowIndexEntry |
SSTableRewriter.append(AbstractCompactedRow row) |
RowIndexEntry |
SSTableWriter.append(AbstractCompactedRow row) |
RowIndexEntry |
SSTableRewriter.tryAppend(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