Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db |
Modifier and Type | Method and Description |
---|---|
RangeTombstone |
UpdateParameters.makeRangeTombstone(java.nio.ByteBuffer start,
java.nio.ByteBuffer end) |
RangeTombstone |
UpdateParameters.makeTombstoneForOverwrite(java.nio.ByteBuffer start,
java.nio.ByteBuffer end) |
Modifier and Type | Method and Description |
---|---|
RangeTombstone |
RangeTombstone.Serializer.deserializeBody(java.io.DataInput dis,
java.nio.ByteBuffer min,
Descriptor.Version version) |
RangeTombstone |
RangeTombstone.Serializer.deserializeFromSSTable(java.io.DataInput dis,
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<java.nio.ByteBuffer> comparator) |
void |
AbstractColumnContainer.delete(RangeTombstone tombstone) |
void |
AbstractThreadUnsafeSortedColumns.delete(RangeTombstone tombstone) |
void |
AtomicSortedColumns.delete(RangeTombstone tombstone) |
void |
ISortedColumns.delete(RangeTombstone tombstone) |
void |
RangeTombstone.Serializer.serializeForSSTable(RangeTombstone t,
java.io.DataOutput dos) |
boolean |
RangeTombstone.supersedes(RangeTombstone rt,
java.util.Comparator<java.nio.ByteBuffer> 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<java.nio.ByteBuffer> comparator) |
Copyright © 2013 The Apache Software Foundation