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 |
---|---|
abstract boolean |
CompactionAwareWriter.append(AbstractCompactedRow row)
Writes a row in an implementation specific way
|
boolean |
DefaultCompactionWriter.append(AbstractCompactedRow row) |
boolean |
MajorLeveledCompactionWriter.append(AbstractCompactedRow row) |
boolean |
MaxSSTableSizeWriter.append(AbstractCompactedRow row) |
boolean |
SplittingSizeTieredCompactionWriter.append(AbstractCompactedRow row) |
Modifier and Type | Method and Description |
---|---|
RowIndexEntry |
SSTableRewriter.append(AbstractCompactedRow row) |
RowIndexEntry |
SSTableRewriter.tryAppend(AbstractCompactedRow row) |
Modifier and Type | Method and Description |
---|---|
AbstractCompactedRow |
SSTableFormat.getCompactedRowWriter(CompactionController controller,
com.google.common.collect.ImmutableList<OnDiskAtomIterator> onDiskAtomIterators) |
Modifier and Type | Method and Description |
---|---|
abstract RowIndexEntry |
SSTableWriter.append(AbstractCompactedRow row) |
Modifier and Type | Method and Description |
---|---|
AbstractCompactedRow |
BigFormat.getCompactedRowWriter(CompactionController controller,
com.google.common.collect.ImmutableList<OnDiskAtomIterator> onDiskAtomIterators) |
Modifier and Type | Method and Description |
---|---|
RowIndexEntry |
BigTableWriter.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 © 2020 The Apache Software Foundation