Modifier and Type | Method and Description |
---|---|
RangeTombstone |
UpdateParameters.makeRangeTombstone(ClusteringComparator comparator,
Clustering<?> clustering) |
RangeTombstone |
UpdateParameters.makeRangeTombstone(Slice slice) |
Modifier and Type | Method and Description |
---|---|
RangeTombstone |
DeletionInfo.rangeCovering(Clustering<?> name) |
RangeTombstone |
MutableDeletionInfo.rangeCovering(Clustering<?> name) |
RangeTombstone |
RangeTombstoneList.search(Clustering<?> name) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<RangeTombstone> |
RangeTombstoneList.iterator() |
java.util.Iterator<RangeTombstone> |
RangeTombstoneList.iterator(boolean reversed) |
java.util.Iterator<RangeTombstone> |
RangeTombstoneList.iterator(Slice slice,
boolean reversed) |
java.util.Iterator<RangeTombstone> |
DeletionInfo.rangeIterator(boolean reversed) |
java.util.Iterator<RangeTombstone> |
MutableDeletionInfo.rangeIterator(boolean reversed) |
java.util.Iterator<RangeTombstone> |
DeletionInfo.rangeIterator(Slice slice,
boolean reversed) |
java.util.Iterator<RangeTombstone> |
MutableDeletionInfo.rangeIterator(Slice slice,
boolean reversed) |
Modifier and Type | Method and Description |
---|---|
void |
RangeTombstoneList.add(RangeTombstone tombstone) |
void |
MutableDeletionInfo.add(RangeTombstone tombstone,
ClusteringComparator comparator) |
PartitionUpdate.SimpleBuilder |
SimpleBuilders.PartitionUpdateBuilder.addRangeTombstone(RangeTombstone rt) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionUpdate.Builder.add(RangeTombstone range) |
PartitionUpdate.SimpleBuilder |
PartitionUpdate.SimpleBuilder.addRangeTombstone(RangeTombstone rt)
Adds a new range tombstone to this update
|
Constructor and Description |
---|
RowAndDeletionMergeIterator(TableMetadata metadata,
DecoratedKey partitionKey,
DeletionTime partitionLevelDeletion,
ColumnFilter selection,
Row staticRow,
boolean isReversed,
EncodingStats stats,
java.util.Iterator<Row> rows,
java.util.Iterator<RangeTombstone> ranges,
boolean removeShadowedData) |
Modifier and Type | Method and Description |
---|---|
void |
Index.Indexer.rangeTombstone(RangeTombstone tombstone)
Notification of a RangeTombstone.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTransaction.onRangeTombstone(RangeTombstone rangeTombstone) |
Copyright © 2009- The Apache Software Foundation