Uses of Interface
org.apache.cassandra.db.rows.Row.SimpleBuilder
Packages that use Row.SimpleBuilder
Package
Description
-
Uses of Row.SimpleBuilder in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement Row.SimpleBuilderMethods in org.apache.cassandra.db that return Row.SimpleBuilderModifier and TypeMethodDescriptionSimpleBuilders.RowBuilder.delete()SimpleBuilders.RowBuilder.deletePrevious()SimpleBuilders.RowBuilder.noPrimaryKeyLivenessInfo() -
Uses of Row.SimpleBuilder in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return Row.SimpleBuilderModifier and TypeMethodDescriptionAdds the row identifier by the provided clustering and return a builder for that row. -
Uses of Row.SimpleBuilder in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return Row.SimpleBuilderModifier and TypeMethodDescriptionAdds a value to a given column.Appends new values to a given non-frozen collection column.Row.SimpleBuilder.delete()Deletes the whole row.Removes the value for a given column (creating a tombstone).Row.SimpleBuilder.deletePrevious()Deletes the whole row with a timestamp that is just before the new data's timestamp, to make sure no expired data remains on the row.Row.SimpleBuilder.noPrimaryKeyLivenessInfo()Don't include any primary keyLivenessInfoin the built row.static Row.SimpleBuilderRows.simpleBuilder(TableMetadata metadata, Object... clusteringValues) Creates a new simple row builder.Row.SimpleBuilder.timestamp(long timestamp) Sets the timestamp to use for the following additions.Row.SimpleBuilder.ttl(int ttl) Sets the ttl to use for the following additions. -
Uses of Row.SimpleBuilder in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type Row.SimpleBuilderModifier and TypeMethodDescriptionstatic voidSchemaKeyspace.addTableParamsToRowBuilder(TableParams params, Row.SimpleBuilder builder)