Uses of Interface
org.apache.cassandra.db.rows.RangeTombstoneMarker
Packages that use RangeTombstoneMarker
Package
Description
-
Uses of RangeTombstoneMarker in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type RangeTombstoneMarkerModifier and TypeMethodDescriptionvoidMutableDeletionInfo.Builder.add(RangeTombstoneMarker marker) -
Uses of RangeTombstoneMarker in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return RangeTombstoneMarkerModifier and TypeMethodDescriptionprotected RangeTombstoneMarkerPurgeFunction.applyToMarker(RangeTombstoneMarker marker) Methods in org.apache.cassandra.db.partitions with parameters of type RangeTombstoneMarkerModifier and TypeMethodDescriptionprotected RangeTombstoneMarkerPurgeFunction.applyToMarker(RangeTombstoneMarker marker) -
Uses of RangeTombstoneMarker in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows that implement RangeTombstoneMarkerModifier and TypeClassDescriptionclassAbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>classclassA range tombstone marker that represents a boundary between 2 range tombstones (i.e.classA range tombstone marker that indicates the bound of a range tombstone (start or end).Methods in org.apache.cassandra.db.rows that return RangeTombstoneMarkerModifier and TypeMethodDescriptionRangeTombstoneMarker.clone(ByteBufferCloner cloner) UnfilteredSerializer.deserializeMarkerBody(DataInputPlus in, SerializationHeader header, ClusteringBoundOrBoundary<?> bound) RangeTombstoneMarker.Merger.merge()RangeTombstoneMarker.Merger.mergedMarkers()RangeTombstoneMarker.withNewOpeningDeletionTime(boolean reversed, DeletionTime newDeletionTime) Methods in org.apache.cassandra.db.rows with parameters of type RangeTombstoneMarkerModifier and TypeMethodDescriptionvoidRangeTombstoneMarker.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 RangeTombstoneMarkerModifier and TypeMethodDescriptionprotected 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 RangeTombstoneMarkerModifier and TypeMethodDescriptionprotected 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.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type RangeTombstoneMarkerModifier and TypeMethodDescriptionprotected voidAbstractSSTableIterator.AbstractReader.updateOpenMarker(RangeTombstoneMarker marker) -
Uses of RangeTombstoneMarker in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type RangeTombstoneMarkerModifier and TypeMethodDescriptionprotected voidSortedTableWriter.onRangeTombstoneMarker(RangeTombstoneMarker marker) -
Uses of RangeTombstoneMarker in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics that return RangeTombstoneMarkerModifier and TypeMethodDescriptionTopPartitionTracker.TombstoneCounter.applyToMarker(RangeTombstoneMarker marker) Methods in org.apache.cassandra.metrics with parameters of type RangeTombstoneMarkerModifier and TypeMethodDescriptionTopPartitionTracker.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 RangeTombstoneMarkerModifier and TypeMethodDescriptionvoidRowIteratorMergeListener.onMergedRangeTombstoneMarkers(RangeTombstoneMarker merged, RangeTombstoneMarker[] versions) -
Uses of RangeTombstoneMarker in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return RangeTombstoneMarkerModifier and TypeMethodDescriptionabstract RangeTombstoneMarkerEnsureOnHeap.applyToMarker(RangeTombstoneMarker marker) Methods in org.apache.cassandra.utils.memory with parameters of type RangeTombstoneMarkerModifier and TypeMethodDescriptionabstract RangeTombstoneMarkerEnsureOnHeap.applyToMarker(RangeTombstoneMarker marker)