Uses of Class
org.apache.cassandra.utils.streamhist.TombstoneHistogram
Packages that use TombstoneHistogram
Package
Description
-
Uses of TombstoneHistogram in org.apache.cassandra.io.sstable.metadata
Fields in org.apache.cassandra.io.sstable.metadata declared as TombstoneHistogramModifier and TypeFieldDescriptionfinal TombstoneHistogramStatsMetadata.estimatedTombstoneDropTimeConstructors in org.apache.cassandra.io.sstable.metadata with parameters of type TombstoneHistogramModifierConstructorDescriptionStatsMetadata(EstimatedHistogram estimatedPartitionSize, EstimatedHistogram estimatedCellPerPartitionCount, IntervalSet<CommitLogPosition> commitLogIntervals, long minTimestamp, long maxTimestamp, long minLocalDeletionTime, long maxLocalDeletionTime, int minTTL, int maxTTL, double compressionRatio, TombstoneHistogram estimatedTombstoneDropTime, int sstableLevel, List<AbstractType<?>> clusteringTypes, Slice coveredClustering, boolean hasLegacyCounterShards, long repairedAt, long totalColumnsSet, long totalRows, double tokenSpaceCoverage, UUID originatingHostId, TimeUUID pendingRepair, boolean isTransient, boolean hasPartitionLevelDeletions, ByteBuffer firstKey, ByteBuffer lastKey) -
Uses of TombstoneHistogram in org.apache.cassandra.tools
Constructors in org.apache.cassandra.tools with parameters of type TombstoneHistogramModifierConstructorDescriptionTermHistogram(TombstoneHistogram histogram, String title, LongFunction<String> offsetName, LongFunction<String> countName) -
Uses of TombstoneHistogram in org.apache.cassandra.utils.streamhist
Methods in org.apache.cassandra.utils.streamhist that return TombstoneHistogramModifier and TypeMethodDescriptionStreamingTombstoneHistogramBuilder.build()Creates a 'finished' snapshot of the current state of the histogram, but leaves this builder instance open for subsequent additions to the histograms.static TombstoneHistogramTombstoneHistogram.createDefault()TombstoneHistogram.HistogramSerializer.deserialize(DataInputPlus in) TombstoneHistogram.LegacyHistogramSerializer.deserialize(DataInputPlus in) Methods in org.apache.cassandra.utils.streamhist with parameters of type TombstoneHistogramModifier and TypeMethodDescriptionvoidTombstoneHistogram.HistogramSerializer.serialize(TombstoneHistogram histogram, DataOutputPlus out) voidTombstoneHistogram.LegacyHistogramSerializer.serialize(TombstoneHistogram histogram, DataOutputPlus out) longTombstoneHistogram.HistogramSerializer.serializedSize(TombstoneHistogram histogram) longTombstoneHistogram.LegacyHistogramSerializer.serializedSize(TombstoneHistogram histogram)