| Package | Description | 
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.db.partitions | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder | SimpleBuilders.PartitionUpdateBuilder. addRangeTombstone() | 
| Modifier and Type | Method and Description | 
|---|---|
| PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder | PartitionUpdate.SimpleBuilder. addRangeTombstone()Adds a new range tombstone to this update, returning a builder for that range. | 
| PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder | PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder. end(java.lang.Object... values)Sets the end for the built range using the provided values. | 
| PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder | PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder. exclEnd()Sets the end of this range as exclusive. | 
| PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder | PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder. exclStart()Sets the start of this range as exclusive. | 
| PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder | PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder. inclEnd()Sets the end of this range as inclusive. | 
| PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder | PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder. inclStart()Sets the start of this range as inclusive. | 
| PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder | PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder. start(java.lang.Object... values)Sets the start for the built range using the provided values. | 
Copyright © 2018 The Apache Software Foundation