Uses of Class
org.apache.cassandra.db.rows.BTreeRow
Packages that use BTreeRow
-
Uses of BTreeRow in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return BTreeRowModifier and TypeMethodDescriptionstatic 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) static BTreeRowBTreeRow.emptyRow(Clustering<?> clustering) static BTreeRowBTreeRow.noCellLiveRow(Clustering<?> clustering, LivenessInfo primaryKeyLivenessInfo) static BTreeRowBTreeRow.singleCellRow(Clustering<?> clustering, Cell<?> cell) Methods in org.apache.cassandra.db.rows with parameters of type BTreeRowModifier and TypeMethodDescriptionstatic RowBTreeRow.merge(BTreeRow existing, BTreeRow update, ColumnData.PostReconciliationFunction reconcileF)