Package | Description |
---|---|
org.apache.cassandra.db.rows |
Modifier and Type | Field and Description |
---|---|
static ColumnData.PostReconciliationFunction |
ColumnData.noOp |
Modifier and Type | Method and 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.
|
Copyright © 2009-2022 The Apache Software Foundation