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 BTreeRow
BTreeRow. create(Clustering<?> clustering, LivenessInfo primaryKeyLivenessInfo, Row.Deletion deletion, java.lang.Object[] btree)
static BTreeRow
BTreeRow. create(Clustering<?> clustering, LivenessInfo primaryKeyLivenessInfo, Row.Deletion deletion, java.lang.Object[] btree, int minDeletionTime)
static BTreeRow
BTreeRow. emptyDeletedRow(Clustering<?> clustering, Row.Deletion deletion)
static BTreeRow
BTreeRow. emptyRow(Clustering<?> clustering)
static BTreeRow
BTreeRow. noCellLiveRow(Clustering<?> clustering, LivenessInfo primaryKeyLivenessInfo)
static BTreeRow
BTreeRow. singleCellRow(Clustering<?> clustering, Cell<?> cell)
-