Uses of Interface
org.apache.cassandra.db.partitions.PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder
Packages that use PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder
-
Uses of PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder -
Uses of PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return PartitionUpdate.SimpleBuilder.RangeTombstoneBuilderModifier and TypeMethodDescriptionPartitionUpdate.SimpleBuilder.addRangeTombstone()Adds a new range tombstone to this update, returning a builder for that range.Sets the end for the built range using the provided values.PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder.exclEnd()Sets the end of this range as exclusive.PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder.exclStart()Sets the start of this range as exclusive.PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder.inclEnd()Sets the end of this range as inclusive.PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder.inclStart()Sets the start of this range as inclusive.Sets the start for the built range using the provided values.