Uses of Class
org.apache.cassandra.db.RangeTombstone
Packages that use RangeTombstone
Package
Description
-
Uses of RangeTombstone in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return RangeTombstoneModifier and TypeMethodDescriptionUpdateParameters.makeRangeTombstone(ClusteringComparator comparator, Clustering<?> clustering) UpdateParameters.makeRangeTombstone(Slice slice) -
Uses of RangeTombstone in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return RangeTombstoneModifier and TypeMethodDescriptionDeletionInfo.rangeCovering(Clustering<?> name) MutableDeletionInfo.rangeCovering(Clustering<?> name) RangeTombstoneList.search(Clustering<?> name) Methods in org.apache.cassandra.db that return types with arguments of type RangeTombstoneModifier and TypeMethodDescriptionRangeTombstoneList.iterator()RangeTombstoneList.iterator(boolean reversed) DeletionInfo.rangeIterator(boolean reversed) DeletionInfo.rangeIterator(Slice slice, boolean reversed) MutableDeletionInfo.rangeIterator(boolean reversed) MutableDeletionInfo.rangeIterator(Slice slice, boolean reversed) Methods in org.apache.cassandra.db with parameters of type RangeTombstoneModifier and TypeMethodDescriptionvoidMutableDeletionInfo.add(RangeTombstone tombstone, ClusteringComparator comparator) voidRangeTombstoneList.add(RangeTombstone tombstone) 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 RangeTombstoneModifier and TypeMethodDescriptionvoidPartitionUpdate.Builder.add(RangeTombstone range) 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 RangeTombstoneModifier and TypeMethodDescriptiondefault 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 RangeTombstoneModifier and TypeMethodDescriptionvoidUpdateTransaction.onRangeTombstone(RangeTombstone rangeTombstone)