Package | Description |
---|---|
org.apache.cassandra.db |
Modifier and Type | Method and Description |
---|---|
RangeTombstoneList |
RangeTombstoneList.copy() |
RangeTombstoneList |
RangeTombstoneList.copy(AbstractAllocator allocator) |
RangeTombstoneList |
RangeTombstoneList.Serializer.deserialize(java.io.DataInput in,
int version) |
RangeTombstoneList |
RangeTombstoneList.diff(RangeTombstoneList superset)
Evaluates a diff between superset (known to be all merged tombstones) and this list for read repair
|
Modifier and Type | Method and Description |
---|---|
void |
RangeTombstoneList.addAll(RangeTombstoneList tombstones)
Adds all the range tombstones of
tombstones to this RangeTombstoneList. |
RangeTombstoneList |
RangeTombstoneList.diff(RangeTombstoneList superset)
Evaluates a diff between superset (known to be all merged tombstones) and this list for read repair
|
void |
RangeTombstoneList.Serializer.serialize(RangeTombstoneList tombstones,
DataOutputPlus out,
int version) |
long |
RangeTombstoneList.Serializer.serializedSize(RangeTombstoneList tombstones,
int version) |
long |
RangeTombstoneList.Serializer.serializedSize(RangeTombstoneList tombstones,
TypeSizes typeSizes,
int version) |
Copyright © 2018 The Apache Software Foundation