Uses of Interface
org.apache.cassandra.db.rows.RangeTombstoneMarker
-
-
Uses of RangeTombstoneMarker in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type RangeTombstoneMarker Modifier and Type Method Description voidMutableDeletionInfo.Builder. add(RangeTombstoneMarker marker) -
Uses of RangeTombstoneMarker in org.apache.cassandra.db.columniterator
Methods in org.apache.cassandra.db.columniterator with parameters of type RangeTombstoneMarker Modifier and Type Method Description protected voidAbstractSSTableIterator.Reader. updateOpenMarker(RangeTombstoneMarker marker) -
Uses of RangeTombstoneMarker in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return RangeTombstoneMarker Modifier and Type Method Description protected RangeTombstoneMarkerPurgeFunction. applyToMarker(RangeTombstoneMarker marker)Methods in org.apache.cassandra.db.partitions with parameters of type RangeTombstoneMarker Modifier and Type Method Description protected RangeTombstoneMarkerPurgeFunction. applyToMarker(RangeTombstoneMarker marker) -
Uses of RangeTombstoneMarker in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows that implement RangeTombstoneMarker Modifier and Type Class Description classAbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>classRangeTombstoneBoundaryMarkerA range tombstone marker that represents a boundary between 2 range tombstones (i.e.classRangeTombstoneBoundMarkerA range tombstone marker that indicates the bound of a range tombstone (start or end).Methods in org.apache.cassandra.db.rows that return RangeTombstoneMarker Modifier and Type Method Description RangeTombstoneMarkerRangeTombstoneMarker. clone(ByteBufferCloner cloner)RangeTombstoneMarkerUnfilteredSerializer. deserializeMarkerBody(DataInputPlus in, SerializationHeader header, ClusteringBoundOrBoundary<?> bound)RangeTombstoneMarkerRangeTombstoneMarker.Merger. merge()RangeTombstoneMarker[]RangeTombstoneMarker.Merger. mergedMarkers()RangeTombstoneMarkerRangeTombstoneMarker. withNewOpeningDeletionTime(boolean reversed, DeletionTime newDeletionTime)Methods in org.apache.cassandra.db.rows with parameters of type RangeTombstoneMarker Modifier and Type Method Description voidRangeTombstoneMarker.Merger. add(int i, RangeTombstoneMarker marker)voidUnfilteredRowIterators.MergeListener. onMergedRangeTombstoneMarkers(RangeTombstoneMarker merged, RangeTombstoneMarker[] versions)Called once for every range tombstone marker participating in the merge. -
Uses of RangeTombstoneMarker in org.apache.cassandra.db.transform
Methods in org.apache.cassandra.db.transform that return RangeTombstoneMarker Modifier and Type Method Description protected RangeTombstoneMarkerDuplicateRowChecker. applyToMarker(RangeTombstoneMarker marker)protected RangeTombstoneMarkerFilter. applyToMarker(RangeTombstoneMarker marker)protected RangeTombstoneMarkerTransformation. applyToMarker(RangeTombstoneMarker marker)Applied to any RTM we encounter in a rows/unfiltered iteratorMethods in org.apache.cassandra.db.transform with parameters of type RangeTombstoneMarker Modifier and Type Method Description protected RangeTombstoneMarkerDuplicateRowChecker. applyToMarker(RangeTombstoneMarker marker)protected RangeTombstoneMarkerFilter. applyToMarker(RangeTombstoneMarker marker)protected RangeTombstoneMarkerTransformation. applyToMarker(RangeTombstoneMarker marker)Applied to any RTM we encounter in a rows/unfiltered iterator -
Uses of RangeTombstoneMarker in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics that return RangeTombstoneMarker Modifier and Type Method Description RangeTombstoneMarkerTopPartitionTracker.TombstoneCounter. applyToMarker(RangeTombstoneMarker marker)Methods in org.apache.cassandra.metrics with parameters of type RangeTombstoneMarker Modifier and Type Method Description RangeTombstoneMarkerTopPartitionTracker.TombstoneCounter. applyToMarker(RangeTombstoneMarker marker) -
Uses of RangeTombstoneMarker in org.apache.cassandra.service.reads.repair
Methods in org.apache.cassandra.service.reads.repair with parameters of type RangeTombstoneMarker Modifier and Type Method Description voidRowIteratorMergeListener. onMergedRangeTombstoneMarkers(RangeTombstoneMarker merged, RangeTombstoneMarker[] versions) -
Uses of RangeTombstoneMarker in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return RangeTombstoneMarker Modifier and Type Method Description abstract RangeTombstoneMarkerEnsureOnHeap. applyToMarker(RangeTombstoneMarker marker)Methods in org.apache.cassandra.utils.memory with parameters of type RangeTombstoneMarker Modifier and Type Method Description abstract RangeTombstoneMarkerEnsureOnHeap. applyToMarker(RangeTombstoneMarker marker)
-