Package | Description |
---|---|
org.apache.cassandra.db.compaction | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.sstable.metadata | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
StreamingHistogram |
LazilyCompactedRow.Reducer.tombstones |
Modifier and Type | Field and Description |
---|---|
StreamingHistogram |
ColumnStats.tombstoneHistogram
histogram of tombstone drop time
|
Constructor and Description |
---|
ColumnStats(int columnCount,
long minTimestamp,
long maxTimestamp,
int maxLocalDeletionTime,
StreamingHistogram tombstoneHistogram,
java.util.List<java.nio.ByteBuffer> minColumnNames,
java.util.List<java.nio.ByteBuffer> maxColumnNames,
boolean hasLegacyCounterShards) |
Modifier and Type | Field and Description |
---|---|
protected StreamingHistogram |
MetadataCollector.estimatedTombstoneDropTime |
StreamingHistogram |
StatsMetadata.estimatedTombstoneDropTime |
Modifier and Type | Method and Description |
---|---|
MetadataCollector |
MetadataCollector.mergeTombstoneHistogram(StreamingHistogram histogram) |
Constructor and Description |
---|
StatsMetadata(EstimatedHistogram estimatedRowSize,
EstimatedHistogram estimatedColumnCount,
ReplayPosition commitLogLowerBound,
ReplayPosition commitLogUpperBound,
long minTimestamp,
long maxTimestamp,
int maxLocalDeletionTime,
double compressionRatio,
StreamingHistogram estimatedTombstoneDropTime,
int sstableLevel,
java.util.List<java.nio.ByteBuffer> minColumnNames,
java.util.List<java.nio.ByteBuffer> maxColumnNames,
boolean hasLegacyCounterShards,
long repairedAt) |
Modifier and Type | Method and Description |
---|---|
StreamingHistogram |
StreamingHistogram.StreamingHistogramSerializer.deserialize(java.io.DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
StreamingHistogram.merge(StreamingHistogram other)
Merges given histogram with this histogram.
|
void |
StreamingHistogram.StreamingHistogramSerializer.serialize(StreamingHistogram histogram,
DataOutputPlus out) |
long |
StreamingHistogram.StreamingHistogramSerializer.serializedSize(StreamingHistogram histogram,
TypeSizes typeSizes) |
Copyright © 2018 The Apache Software Foundation