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 RangeTombstoneUpdateParameters. makeRangeTombstone(ClusteringComparator comparator, Clustering<?> clustering)RangeTombstoneUpdateParameters. 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 RangeTombstoneDeletionInfo. rangeCovering(Clustering<?> name)RangeTombstoneMutableDeletionInfo. rangeCovering(Clustering<?> name)RangeTombstoneRangeTombstoneList. 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 voidMutableDeletionInfo. add(RangeTombstone tombstone, ClusteringComparator comparator)voidRangeTombstoneList. add(RangeTombstone tombstone)PartitionUpdate.SimpleBuilderSimpleBuilders.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 voidPartitionUpdate.Builder. add(RangeTombstone range)PartitionUpdate.SimpleBuilderPartitionUpdate.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 voidIndex.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 voidUpdateTransaction. onRangeTombstone(RangeTombstone rangeTombstone)
-