| Package | Description | 
|---|---|
| org.apache.cassandra.io.sstable.metadata | |
| org.apache.cassandra.utils | 
| Modifier and Type | Field and Description | 
|---|---|
| StreamingHistogram | StatsMetadata. estimatedTombstoneDropTime | 
| Modifier and Type | Method and Description | 
|---|---|
| MetadataCollector | MetadataCollector. mergeTombstoneHistogram(StreamingHistogram histogram) | 
| Constructor and Description | 
|---|
| StatsMetadata(EstimatedHistogram estimatedPartitionSize,
             EstimatedHistogram estimatedColumnCount,
             IntervalSet<CommitLogPosition> commitLogIntervals,
             long minTimestamp,
             long maxTimestamp,
             int minLocalDeletionTime,
             int maxLocalDeletionTime,
             int minTTL,
             int maxTTL,
             double compressionRatio,
             StreamingHistogram 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| StreamingHistogram | StreamingHistogram.StreamingHistogramBuilder. build() | 
| StreamingHistogram | StreamingHistogram.StreamingHistogramSerializer. deserialize(DataInputPlus in) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StreamingHistogram.StreamingHistogramBuilder. merge(StreamingHistogram other)Merges given histogram with this histogram. | 
| void | StreamingHistogram.StreamingHistogramSerializer. serialize(StreamingHistogram histogram,
         DataOutputPlus out) | 
| long | StreamingHistogram.StreamingHistogramSerializer. serializedSize(StreamingHistogram histogram) | 
Copyright © 2018 The Apache Software Foundation