Uses of Interface
org.apache.cassandra.db.rows.ColumnData.PostReconciliationFunction
-
Packages that use ColumnData.PostReconciliationFunction Package Description org.apache.cassandra.db.partitions org.apache.cassandra.db.rows -
-
Uses of ColumnData.PostReconciliationFunction in org.apache.cassandra.db.partitions
Classes in org.apache.cassandra.db.partitions that implement ColumnData.PostReconciliationFunction Modifier and Type Class Description class
BTreePartitionUpdater
the function we provide to the trie and btree utilities to perform any row and column replacements -
Uses of ColumnData.PostReconciliationFunction in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as ColumnData.PostReconciliationFunction Modifier and Type Field Description static ColumnData.PostReconciliationFunction
ColumnData. noOp
Methods in org.apache.cassandra.db.rows with parameters of type ColumnData.PostReconciliationFunction Modifier and Type Method Description static Row
BTreeRow. merge(BTreeRow existing, BTreeRow update, ColumnData.PostReconciliationFunction reconcileF)
static Row
Rows. merge(Row existing, Row update, ColumnData.PostReconciliationFunction onReconcile)
Merges two rows.static ColumnData.Reconciler
ColumnData. reconciler(ColumnData.PostReconciliationFunction updateF, DeletionTime activeDeletion)
Construct an UpdateFunction for reconciling normal ColumnData (i.e.
-