Uses of Class
org.apache.cassandra.db.rows.BTreeRow
-
Packages that use BTreeRow Package Description org.apache.cassandra.db.rows -
-
Uses of BTreeRow in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return BTreeRow Modifier and Type Method Description 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)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 BTreeRow Modifier and Type Method Description static RowBTreeRow. merge(BTreeRow existing, BTreeRow update, ColumnData.PostReconciliationFunction reconcileF)
-