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 RangeTombstoneList
RangeTombstoneList. clone(ByteBufferCloner cloner)
RangeTombstoneList
RangeTombstoneList. copy()
Methods in org.apache.cassandra.db with parameters of type RangeTombstoneList Modifier and Type Method Description void
RangeTombstoneList. addAll(RangeTombstoneList tombstones)
Adds all the range tombstones oftombstones
to this RangeTombstoneList.Constructors in org.apache.cassandra.db with parameters of type RangeTombstoneList Constructor Description MutableDeletionInfo(DeletionTime partitionDeletion, RangeTombstoneList ranges)
-