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) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionUpdate.add(RangeTombstone range) |
Constructor and Description |
---|
RowAndDeletionMergeIterator(CFMetaData 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 © 2018 The Apache Software Foundation