Uses of Interface
org.apache.cassandra.db.rows.Row.Builder
-
Packages that use Row.Builder Package Description org.apache.cassandra.db.rows org.apache.cassandra.utils.memory -
-
Uses of Row.Builder in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows that implement Row.Builder Modifier and Type Class Description static class
BTreeRow.Builder
Methods in org.apache.cassandra.db.rows that return Row.Builder Modifier and Type Method Description Row.Builder
Row.Builder. copy()
Creates a copy of thisBuilder
.static Row.Builder
BTreeRow. sortedBuilder()
static Row.Builder
BTreeRow. unsortedBuilder()
Methods in org.apache.cassandra.db.rows with parameters of type Row.Builder Modifier and Type Method Description static void
Cells. addNonShadowed(Cell<?> existing, Cell<?> update, DeletionTime deletion, Row.Builder builder)
Adds to the builder a representation of the given existing cell that, when merged/reconciled with the given update cell, produces the same result as merging the original with the update.static void
Cells. addNonShadowedComplex(ColumnMetadata column, java.util.Iterator<Cell<?>> existing, java.util.Iterator<Cell<?>> update, DeletionTime deletion, Row.Builder builder)
Adds to the builder a representation of the given existing cell that, when merged/reconciled with the given update cell, produces the same result as merging the original with the update.Unfiltered
UnfilteredSerializer. deserialize(DataInputPlus in, SerializationHeader header, DeserializationHelper helper, Row.Builder builder)
Deserialize anUnfiltered
from the provided input.Row
UnfilteredSerializer. deserializeRowBody(DataInputPlus in, SerializationHeader header, DeserializationHelper helper, int flags, int extendedFlags, Row.Builder builder)
-
Uses of Row.Builder in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return Row.Builder Modifier and Type Method Description Row.Builder
NativeAllocator. rowBuilder(OpOrder.Group opGroup)
-