Uses of Class
org.apache.cassandra.utils.EstimatedHistogram
-
Packages that use EstimatedHistogram Package Description org.apache.cassandra.io.sstable.format org.apache.cassandra.io.sstable.metadata org.apache.cassandra.tools org.apache.cassandra.utils -
-
Uses of EstimatedHistogram in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return EstimatedHistogram Modifier and Type Method Description EstimatedHistogramSSTableReader. getEstimatedCellPerPartitionCount()EstimatedHistogramSSTableReader. getEstimatedPartitionSize() -
Uses of EstimatedHistogram in org.apache.cassandra.io.sstable.metadata
Fields in org.apache.cassandra.io.sstable.metadata declared as EstimatedHistogram Modifier and Type Field Description protected EstimatedHistogramMetadataCollector. estimatedCellPerPartitionCountEstimatedHistogramStatsMetadata. estimatedCellPerPartitionCountprotected EstimatedHistogramMetadataCollector. estimatedPartitionSizeEstimatedHistogramStatsMetadata. estimatedPartitionSizeConstructors in org.apache.cassandra.io.sstable.metadata with parameters of type EstimatedHistogram Constructor Description StatsMetadata(EstimatedHistogram estimatedPartitionSize, EstimatedHistogram estimatedCellPerPartitionCount, IntervalSet<CommitLogPosition> commitLogIntervals, long minTimestamp, long maxTimestamp, int minLocalDeletionTime, int maxLocalDeletionTime, int minTTL, int maxTTL, double compressionRatio, TombstoneHistogram estimatedTombstoneDropTime, int sstableLevel, java.util.List<java.nio.ByteBuffer> minClusteringValues, java.util.List<java.nio.ByteBuffer> maxClusteringValues, boolean hasLegacyCounterShards, long repairedAt, long totalColumnsSet, long totalRows, java.util.UUID originatingHostId, TimeUUID pendingRepair, boolean isTransient) -
Uses of EstimatedHistogram in org.apache.cassandra.tools
Constructors in org.apache.cassandra.tools with parameters of type EstimatedHistogram Constructor Description TermHistogram(EstimatedHistogram histogram, java.lang.String title, java.util.function.LongFunction<java.lang.String> offsetName, java.util.function.LongFunction<java.lang.String> countName) -
Uses of EstimatedHistogram in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return EstimatedHistogram Modifier and Type Method Description EstimatedHistogramHistogramBuilder. buildWithStdevRangesAroundMean()EstimatedHistogramHistogramBuilder. buildWithStdevRangesAroundMean(int maxdevs)Calculate the min, mean, max and standard deviation of the items in the builder, and generate an EstimatedHistogram with uptomaxdevstdev size ranges either side of the mean, until min/max are hit; if either min/max are not reached a further range is inserted at the relevant ends.EstimatedHistogramEstimatedHistogram.EstimatedHistogramSerializer. deserialize(DataInputPlus in)Methods in org.apache.cassandra.utils with parameters of type EstimatedHistogram Modifier and Type Method Description voidEstimatedHistogram.EstimatedHistogramSerializer. serialize(EstimatedHistogram eh, DataOutputPlus out)longEstimatedHistogram.EstimatedHistogramSerializer. serializedSize(EstimatedHistogram eh)
-