Uses of Interface
org.apache.cassandra.db.rows.Row.Builder
Packages that use Row.Builder
-
Uses of Row.Builder in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows that implement Row.BuilderMethods in org.apache.cassandra.db.rows that return Row.BuilderModifier and TypeMethodDescriptionRow.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.BuilderModifier and TypeMethodDescriptionstatic 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, Iterator<Cell<?>> existing, 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.UnfilteredSerializer.deserialize(DataInputPlus in, SerializationHeader header, DeserializationHelper helper, Row.Builder builder) Deserialize anUnfilteredfrom the provided input.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