Package | Description |
---|---|
org.apache.cassandra.io.sstable.metadata | |
org.apache.cassandra.tools | |
org.apache.cassandra.utils.streamhist |
Modifier and Type | Field and Description |
---|---|
TombstoneHistogram |
StatsMetadata.estimatedTombstoneDropTime |
Constructor and 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,
java.util.UUID pendingRepair,
boolean isTransient) |
Constructor and Description |
---|
TermHistogram(TombstoneHistogram histogram,
java.lang.String title,
java.util.function.LongFunction<java.lang.String> offsetName,
java.util.function.LongFunction<java.lang.String> countName) |
Modifier and Type | Method and Description |
---|---|
TombstoneHistogram |
StreamingTombstoneHistogramBuilder.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 TombstoneHistogram |
TombstoneHistogram.createDefault() |
TombstoneHistogram |
TombstoneHistogram.HistogramSerializer.deserialize(DataInputPlus in) |
Modifier and Type | Method and Description |
---|---|
void |
TombstoneHistogram.HistogramSerializer.serialize(TombstoneHistogram histogram,
DataOutputPlus out) |
long |
TombstoneHistogram.HistogramSerializer.serializedSize(TombstoneHistogram histogram) |
Copyright © 2009-2022 The Apache Software Foundation