Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db |
Modifier and Type | Method and Description |
---|---|
RangeTombstone |
UpdateParameters.makeRangeTombstone(ColumnSlice slice) |
RangeTombstone |
UpdateParameters.makeTombstoneForOverwrite(ColumnSlice slice) |
Modifier and Type | Method and Description |
---|---|
RangeTombstone |
RangeTombstone.Serializer.deserializeBody(java.io.DataInput in,
Composite min,
Descriptor.Version version) |
RangeTombstone |
RangeTombstone.Serializer.deserializeFromSSTable(java.io.DataInput in,
Descriptor.Version version) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<RangeTombstone> |
RangeTombstoneList.iterator() |
java.util.Iterator<RangeTombstone> |
DeletionInfo.rangeIterator() |
Modifier and Type | Method and Description |
---|---|
void |
RangeTombstoneList.add(RangeTombstone tombstone) |
void |
DeletionInfo.add(RangeTombstone tombstone,
java.util.Comparator<Composite> comparator) |
protected void |
ArrayBackedSortedColumns.delete(RangeTombstone tombstone) |
protected void |
AtomicBTreeColumns.delete(RangeTombstone tombstone) |
protected abstract void |
ColumnFamily.delete(RangeTombstone tombstone) |
long |
RangeTombstone.Serializer.serializedSizeForSSTable(RangeTombstone t) |
void |
RangeTombstone.Serializer.serializeForSSTable(RangeTombstone t,
java.io.DataOutput out) |
boolean |
RangeTombstone.supersedes(RangeTombstone rt,
java.util.Comparator<Composite> comparator)
This tombstone supersedes another one if it is more recent and cover a
bigger range than rt.
|
Constructor and Description |
---|
DeletionInfo(RangeTombstone rangeTombstone,
java.util.Comparator<Composite> comparator) |
Copyright © 2014 The Apache Software Foundation