Package | Description |
---|---|
org.apache.cassandra.db.commitlog | |
org.apache.cassandra.io.sstable.metadata |
Modifier and Type | Method and Description |
---|---|
IntervalSet<T> |
IntervalSet.Builder.build() |
static <T extends java.lang.Comparable<T>> |
IntervalSet.empty() |
static IntervalSet<ReplayPosition> |
CommitLogReplayer.persistedIntervals(java.lang.Iterable<SSTableReader> onDisk,
ReplayPosition truncatedAt)
A set of known safe-to-discard commit log replay positions, based on
the range covered by on disk sstables and those prior to the most recent truncation record
|
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<T>> |
IntervalSet.serializer(ISerializer<T> pointSerializer) |
Modifier and Type | Method and Description |
---|---|
void |
IntervalSet.Builder.addAll(IntervalSet<T> otherSet) |
Modifier and Type | Method and Description |
---|---|
static ReplayPosition |
CommitLogReplayer.firstNotCovered(java.util.Collection<IntervalSet<ReplayPosition>> ranges)
Find the earliest commit log position that is not covered by the known flushed ranges for some table.
|
Modifier and Type | Field and Description |
---|---|
protected IntervalSet |
MetadataCollector.commitLogIntervals |
IntervalSet<ReplayPosition> |
StatsMetadata.commitLogIntervals |
Modifier and Type | Field and Description |
---|---|
static ISerializer<IntervalSet<ReplayPosition>> |
StatsMetadata.replayPositionSetSerializer |
Modifier and Type | Method and Description |
---|---|
MetadataCollector |
MetadataCollector.commitLogIntervals(IntervalSet commitLogIntervals) |
Constructor and Description |
---|
StatsMetadata(EstimatedHistogram estimatedPartitionSize,
EstimatedHistogram estimatedColumnCount,
IntervalSet<ReplayPosition> 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) |
Copyright © 2017 The Apache Software Foundation