public static interface PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder
BOTTOM
and it's end is TOP
).Modifier and Type | Method and Description |
---|---|
PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder |
end(java.lang.Object... values)
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.
|
PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder |
start(java.lang.Object... values)
Sets the start for the built range using the provided values.
|
PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder start(java.lang.Object... values)
values
- the value for the start of the range. They act like the clusteringValues
argument
of the PartitionUpdate.SimpleBuilder.row(Object...)
method, except that it doesn't have to be a full
clustering, it can only be a prefix.PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder end(java.lang.Object... values)
values
- the value for the end of the range. They act like the clusteringValues
argument
of the PartitionUpdate.SimpleBuilder.row(Object...)
method, except that it doesn't have to be a full
clustering, it can only be a prefix.PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder inclStart()
This is the default and don't need to be called, but can for explicitness.
PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder exclStart()
PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder inclEnd()
This is the default and don't need to be called, but can for explicitness.
PartitionUpdate.SimpleBuilder.RangeTombstoneBuilder exclEnd()
Copyright © 2009- The Apache Software Foundation