Package org.apache.cassandra.db
Class RangeTombstone
java.lang.Object
org.apache.cassandra.db.RangeTombstone
A range tombstone is a tombstone that covers a slice/range of rows.
Note that in most of the storage engine, a range tombstone is actually represented by its separated
opening and closing bound, see RangeTombstoneMarker. So in practice, this is only used when
full partitions are materialized in memory in a Partition object, and more precisely through
the use of a RangeTombstoneList in a DeletionInfo object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe slice of rows that is deleted by this range tombstone.The deletion time for this (range) tombstone.booleaninthashCode()toString(ClusteringComparator comparator)
-
Constructor Details
-
RangeTombstone
-
-
Method Details
-
deletedSlice
The slice of rows that is deleted by this range tombstone.- Returns:
- the slice of rows that is deleted by this range tombstone.
-
deletionTime
The deletion time for this (range) tombstone.- Returns:
- the deletion time for this range tombstone.
-
toString
-
equals
-
hashCode
public int hashCode()
-