public class RangeTombstone
extends java.lang.Object
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 and Description |
---|
RangeTombstone(Slice slice,
DeletionTime deletion) |
Modifier and Type | Method and Description |
---|---|
Slice |
deletedSlice()
The slice of rows that is deleted by this range tombstone.
|
DeletionTime |
deletionTime()
The deletion time for this (range) tombstone.
|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString(ClusteringComparator comparator) |
public RangeTombstone(Slice slice, DeletionTime deletion)
public Slice deletedSlice()
public DeletionTime deletionTime()
public java.lang.String toString(ClusteringComparator comparator)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2009-2021 The Apache Software Foundation