Uses of Class
org.apache.cassandra.db.rows.Row.Deletion
Packages that use Row.Deletion
-
Uses of Row.Deletion in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as Row.DeletionModifier and TypeFieldDescriptionprotected Row.DeletionBTreeRow.Builder.deletionstatic final Row.DeletionRow.Deletion.LIVEMethods in org.apache.cassandra.db.rows that return Row.DeletionModifier and TypeMethodDescriptionBTreeRow.deletion()Row.deletion()The row deletion.static Row.DeletionRow.Deletion.regular(DeletionTime time) static Row.DeletionRow.Deletion.shadowable(DeletionTime time) Deprecated.See CAASSANDRA-10261Methods in org.apache.cassandra.db.rows with parameters of type Row.DeletionModifier and TypeMethodDescriptionvoidBTreeRow.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, Object[] btree) static BTreeRowBTreeRow.create(Clustering<?> clustering, LivenessInfo primaryKeyLivenessInfo, Row.Deletion deletion, Object[] btree, long 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) BTreeRow.transformAndFilter(LivenessInfo info, Row.Deletion deletion, Function<ColumnData, ColumnData> function) Row.transformAndFilter(LivenessInfo info, Row.Deletion deletion, Function<ColumnData, ColumnData> function) Requires thatfunctionreturns eithernullorColumnDatafor the same column. -
Uses of Row.Deletion in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils that return Row.DeletionMethods in org.apache.cassandra.index.sai.utils with parameters of type Row.DeletionModifier and TypeMethodDescriptionRowWithSource.transformAndFilter(LivenessInfo info, Row.Deletion deletion, Function<ColumnData, ColumnData> function)