Package | Description |
---|---|
org.apache.cassandra.db.rows |
Modifier and Type | Field and Description |
---|---|
protected Row.Deletion |
BTreeRow.Builder.deletion |
static Row.Deletion |
Row.Deletion.LIVE |
Modifier and Type | Method and Description |
---|---|
Row.Deletion |
BTreeRow.deletion() |
Row.Deletion |
Row.deletion()
The row deletion.
|
static Row.Deletion |
Row.Deletion.regular(DeletionTime time) |
static Row.Deletion |
Row.Deletion.shadowable(DeletionTime time)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BTreeRow.Builder.addRowDeletion(Row.Deletion deletion) |
void |
Row.Builder.addRowDeletion(Row.Deletion deletion)
Adds the deletion information for this row.
|
static BTreeRow |
BTreeRow.create(Clustering clustering,
LivenessInfo primaryKeyLivenessInfo,
Row.Deletion deletion,
java.lang.Object[] btree) |
static BTreeRow |
BTreeRow.create(Clustering clustering,
LivenessInfo primaryKeyLivenessInfo,
Row.Deletion deletion,
java.lang.Object[] btree,
int minDeletionTime) |
static BTreeRow |
BTreeRow.emptyDeletedRow(Clustering clustering,
Row.Deletion deletion) |
void |
RowDiffListener.onDeletion(int i,
Clustering clustering,
Row.Deletion merged,
Row.Deletion original)
Called for the row deletion of input
i . |
boolean |
Row.Deletion.supersedes(Row.Deletion that) |
Copyright © 2020 The Apache Software Foundation