| 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<CommitLogPosition> | CommitLogReplayer. persistedIntervals(java.lang.Iterable<SSTableReader> onDisk,
                  CommitLogPosition 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 CommitLogPosition | CommitLogReplayer. firstNotCovered(java.util.Collection<IntervalSet<CommitLogPosition>> 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<CommitLogPosition> | MetadataCollector. commitLogIntervals | 
| IntervalSet<CommitLogPosition> | StatsMetadata. commitLogIntervals | 
| Modifier and Type | Field and Description | 
|---|---|
| static ISerializer<IntervalSet<CommitLogPosition>> | StatsMetadata. commitLogPositionSetSerializer | 
| Modifier and Type | Method and Description | 
|---|---|
| MetadataCollector | MetadataCollector. commitLogIntervals(IntervalSet<CommitLogPosition> commitLogIntervals) | 
| 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) | 
Copyright © 2018 The Apache Software Foundation