Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.partitions | |
org.apache.cassandra.db.rows |
Modifier and Type | Method and Description |
---|---|
void |
MutableDeletionInfo.Builder.add(RangeTombstoneMarker marker) |
Modifier and Type | Method and Description |
---|---|
protected RangeTombstoneMarker |
AlteringUnfilteredPartitionIterator.computeNext(DecoratedKey partitionKey,
RangeTombstoneMarker marker) |
Modifier and Type | Method and Description |
---|---|
protected RangeTombstoneMarker |
AlteringUnfilteredPartitionIterator.computeNext(DecoratedKey partitionKey,
RangeTombstoneMarker marker) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRangeTombstoneMarker |
class |
RangeTombstoneBoundaryMarker
A range tombstone marker that represents a boundary between 2 range tombstones (i.e.
|
class |
RangeTombstoneBoundMarker
A range tombstone marker that indicates the bound of a range tombstone (start or end).
|
Modifier and Type | Method and Description |
---|---|
protected RangeTombstoneMarker |
AlteringUnfilteredRowIterator.computeNext(RangeTombstoneMarker marker) |
RangeTombstoneMarker |
RangeTombstoneMarker.copy(AbstractAllocator allocator) |
RangeTombstoneMarker |
UnfilteredSerializer.deserializeMarkerBody(DataInputPlus in,
SerializationHeader header,
RangeTombstone.Bound bound) |
RangeTombstoneMarker |
RangeTombstoneMarker.Merger.merge() |
RangeTombstoneMarker[] |
RangeTombstoneMarker.Merger.mergedMarkers() |
Modifier and Type | Method and Description |
---|---|
void |
RangeTombstoneMarker.Merger.add(int i,
RangeTombstoneMarker marker) |
protected RangeTombstoneMarker |
AlteringUnfilteredRowIterator.computeNext(RangeTombstoneMarker marker) |
void |
UnfilteredRowIterators.MergeListener.onMergedRangeTombstoneMarkers(RangeTombstoneMarker merged,
RangeTombstoneMarker[] versions) |
void |
UnfilteredRowIterators.MergeListener.onMergedRangeTombstoneMarkers(RangeTombstoneMarker merged,
RangeTombstoneMarker[] versions) |
Copyright © 2015 The Apache Software Foundation