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.
|