Uses of Interface
org.apache.cassandra.db.partitions.PartitionUpdate.SimpleBuilder
Packages that use PartitionUpdate.SimpleBuilder
-
Uses of PartitionUpdate.SimpleBuilder in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement PartitionUpdate.SimpleBuilderMethods in org.apache.cassandra.db that return PartitionUpdate.SimpleBuilderModifier and TypeMethodDescriptionSimpleBuilders.PartitionUpdateBuilder.addRangeTombstone(RangeTombstone rt) SimpleBuilders.PartitionUpdateBuilder.delete()Adds an update for table identified by the provided name and return a builder for that partition.Mutation.SimpleBuilder.update(TableMetadata metadata) Adds an update for table identified by the provided metadata and return a builder for that partition.SimpleBuilders.MutationBuilder.update(TableMetadata metadata) -
Uses of PartitionUpdate.SimpleBuilder in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return PartitionUpdate.SimpleBuilderModifier and TypeMethodDescriptionPartitionUpdate.SimpleBuilder.addRangeTombstone(RangeTombstone rt) Adds a new range tombstone to this updatePartitionUpdate.SimpleBuilder.delete()Deletes the partition identified by this builder (using a partition level deletion).PartitionUpdate.SimpleBuilder.nowInSec(long nowInSec) Sets the current time to use for the following additions to this builder or any derived (row) builder.PartitionUpdate.simpleBuilder(TableMetadata metadata, Object... partitionKeyValues) Creates a new simple partition update builder.PartitionUpdate.SimpleBuilder.timestamp(long timestamp) Sets the timestamp to use for the following additions to this builder or any derived (row) builder.PartitionUpdate.SimpleBuilder.ttl(int ttl) Sets the ttl to use for the following additions to this builder or any derived (row) builder.