Uses of Class
org.apache.cassandra.db.rows.Row.Deletion
-
Packages that use Row.Deletion Package Description org.apache.cassandra.db.rows -
-
Uses of Row.Deletion in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as Row.Deletion Modifier and Type Field Description protected Row.DeletionBTreeRow.Builder. deletionstatic Row.DeletionRow.Deletion. LIVEMethods in org.apache.cassandra.db.rows that return Row.Deletion Modifier and Type Method Description Row.DeletionBTreeRow. deletion()Row.DeletionRow. deletion()The row deletion.static Row.DeletionRow.Deletion. regular(DeletionTime time)static Row.DeletionRow.Deletion. shadowable(DeletionTime time)Deprecated.Methods in org.apache.cassandra.db.rows with parameters of type Row.Deletion Modifier and Type Method Description voidBTreeRow.Builder. addRowDeletion(Row.Deletion deletion)voidRow.Builder. addRowDeletion(Row.Deletion deletion)Adds the deletion information for this row.static BTreeRowBTreeRow. create(Clustering<?> clustering, LivenessInfo primaryKeyLivenessInfo, Row.Deletion deletion, java.lang.Object[] btree)static BTreeRowBTreeRow. create(Clustering<?> clustering, LivenessInfo primaryKeyLivenessInfo, Row.Deletion deletion, java.lang.Object[] btree, int minDeletionTime)static BTreeRowBTreeRow. emptyDeletedRow(Clustering<?> clustering, Row.Deletion deletion)voidRowDiffListener. onDeletion(int i, Clustering<?> clustering, Row.Deletion merged, Row.Deletion original)Called for the row deletion of inputi.booleanRow.Deletion. supersedes(Row.Deletion that)RowBTreeRow. transformAndFilter(LivenessInfo info, Row.Deletion deletion, java.util.function.Function<ColumnData,ColumnData> function)RowRow. transformAndFilter(LivenessInfo info, Row.Deletion deletion, java.util.function.Function<ColumnData,ColumnData> function)Requires thatfunctionreturns eithernullorColumnDatafor the same column.
-