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 classBTreeRow.BuilderMethods in org.apache.cassandra.db.rows that return Row.Builder Modifier and Type Method Description Row.BuilderRow.Builder. copy()Creates a copy of thisBuilder.static Row.BuilderBTreeRow. sortedBuilder()static Row.BuilderBTreeRow. unsortedBuilder()Methods in org.apache.cassandra.db.rows with parameters of type Row.Builder Modifier and Type Method Description static voidCells. 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 voidCells. 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.UnfilteredUnfilteredSerializer. deserialize(DataInputPlus in, SerializationHeader header, DeserializationHelper helper, Row.Builder builder)Deserialize anUnfilteredfrom the provided input.RowUnfilteredSerializer. 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.BuilderNativeAllocator. rowBuilder(OpOrder.Group opGroup)
-