public static class LegacyLayout.LegacyRangeTombstoneList
extends java.lang.Object
Constructor and Description |
---|
LegacyRangeTombstoneList(org.apache.cassandra.db.LegacyLayout.LegacyBoundComparator comparator,
int capacity) |
Modifier and Type | Method and Description |
---|---|
void |
add(LegacyLayout.LegacyBound start,
LegacyLayout.LegacyBound end,
long markedAt,
int delTime)
Adds a new range tombstone.
|
void |
addAll(LegacyLayout.LegacyRangeTombstoneList tombstones)
Adds all the range tombstones of
tombstones to this RangeTombstoneList. |
boolean |
isEmpty() |
void |
serialize(DataOutputPlus out,
CFMetaData metadata) |
long |
serializedSize(CFMetaData metadata) |
int |
size() |
void |
updateDigest(java.security.MessageDigest digest) |
public LegacyRangeTombstoneList(org.apache.cassandra.db.LegacyLayout.LegacyBoundComparator comparator, int capacity)
public boolean isEmpty()
public int size()
public void add(LegacyLayout.LegacyBound start, LegacyLayout.LegacyBound end, long markedAt, int delTime)
public void addAll(LegacyLayout.LegacyRangeTombstoneList tombstones)
tombstones
to this RangeTombstoneList.public void updateDigest(java.security.MessageDigest digest)
public void serialize(DataOutputPlus out, CFMetaData metadata) throws java.io.IOException
java.io.IOException
public long serializedSize(CFMetaData metadata)
Copyright © 2015 The Apache Software Foundation