Uses of Class
org.apache.cassandra.db.RangeTombstone
-
Packages that use RangeTombstone Package Description org.apache.cassandra.cql3 org.apache.cassandra.db org.apache.cassandra.db.partitions org.apache.cassandra.index org.apache.cassandra.index.transactions -
-
Uses of RangeTombstone in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return RangeTombstone Modifier and Type Method Description RangeTombstone
UpdateParameters. makeRangeTombstone(ClusteringComparator comparator, Clustering<?> clustering)
RangeTombstone
UpdateParameters. makeRangeTombstone(Slice slice)
-
Uses of RangeTombstone in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return RangeTombstone Modifier and Type Method Description RangeTombstone
DeletionInfo. rangeCovering(Clustering<?> name)
RangeTombstone
MutableDeletionInfo. rangeCovering(Clustering<?> name)
RangeTombstone
RangeTombstoneList. search(Clustering<?> name)
Methods in org.apache.cassandra.db that return types with arguments of type RangeTombstone Modifier and Type Method Description java.util.Iterator<RangeTombstone>
RangeTombstoneList. iterator()
java.util.Iterator<RangeTombstone>
RangeTombstoneList. iterator(boolean reversed)
java.util.Iterator<RangeTombstone>
RangeTombstoneList. iterator(Slice slice, boolean reversed)
java.util.Iterator<RangeTombstone>
DeletionInfo. rangeIterator(boolean reversed)
java.util.Iterator<RangeTombstone>
DeletionInfo. rangeIterator(Slice slice, boolean reversed)
java.util.Iterator<RangeTombstone>
MutableDeletionInfo. rangeIterator(boolean reversed)
java.util.Iterator<RangeTombstone>
MutableDeletionInfo. rangeIterator(Slice slice, boolean reversed)
Methods in org.apache.cassandra.db with parameters of type RangeTombstone Modifier and Type Method Description void
MutableDeletionInfo. add(RangeTombstone tombstone, ClusteringComparator comparator)
void
RangeTombstoneList. add(RangeTombstone tombstone)
PartitionUpdate.SimpleBuilder
SimpleBuilders.PartitionUpdateBuilder. addRangeTombstone(RangeTombstone rt)
-
Uses of RangeTombstone in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type RangeTombstone Modifier and Type Method Description void
PartitionUpdate.Builder. add(RangeTombstone range)
PartitionUpdate.SimpleBuilder
PartitionUpdate.SimpleBuilder. addRangeTombstone(RangeTombstone rt)
Adds a new range tombstone to this update -
Uses of RangeTombstone in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type RangeTombstone Modifier and Type Method Description void
Index.Indexer. rangeTombstone(RangeTombstone tombstone)
Notification of a RangeTombstone. -
Uses of RangeTombstone in org.apache.cassandra.index.transactions
Methods in org.apache.cassandra.index.transactions with parameters of type RangeTombstone Modifier and Type Method Description void
UpdateTransaction. onRangeTombstone(RangeTombstone rangeTombstone)
-