Uses of Class
org.apache.cassandra.db.RangeTombstoneList
Packages that use RangeTombstoneList
-
Uses of RangeTombstoneList in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return RangeTombstoneListModifier and TypeMethodDescriptionRangeTombstoneList.clone(ByteBufferCloner cloner) RangeTombstoneList.copy()Methods in org.apache.cassandra.db with parameters of type RangeTombstoneListModifier and TypeMethodDescriptionvoidRangeTombstoneList.addAll(RangeTombstoneList tombstones) Adds all the range tombstones oftombstonesto this RangeTombstoneList.Constructors in org.apache.cassandra.db with parameters of type RangeTombstoneListModifierConstructorDescriptionMutableDeletionInfo(DeletionTime partitionDeletion, RangeTombstoneList ranges)