Uses of Class
org.apache.cassandra.db.RangeTombstoneList
-
Packages that use RangeTombstoneList Package Description org.apache.cassandra.db -
-
Uses of RangeTombstoneList in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return RangeTombstoneList Modifier and Type Method Description RangeTombstoneListRangeTombstoneList. clone(ByteBufferCloner cloner)RangeTombstoneListRangeTombstoneList. copy()Methods in org.apache.cassandra.db with parameters of type RangeTombstoneList Modifier and Type Method Description voidRangeTombstoneList. addAll(RangeTombstoneList tombstones)Adds all the range tombstones oftombstonesto this RangeTombstoneList.Constructors in org.apache.cassandra.db with parameters of type RangeTombstoneList Constructor Description MutableDeletionInfo(DeletionTime partitionDeletion, RangeTombstoneList ranges)
-