Package | Description |
---|---|
org.apache.cassandra.db.rows |
Modifier and Type | Method and Description |
---|---|
static BTreeRow |
BTreeRow.create(Clustering clustering,
LivenessInfo primaryKeyLivenessInfo,
Row.Deletion deletion,
java.lang.Object[] btree) |
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) |
Copyright © 2017 The Apache Software Foundation