Uses of Class
org.apache.cassandra.io.sstable.IndexSummary
-
Packages that use IndexSummary Package Description org.apache.cassandra.io.sstable org.apache.cassandra.io.sstable.format -
-
Uses of IndexSummary in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return IndexSummary Modifier and Type Method Description IndexSummary
IndexSummaryBuilder. build(IPartitioner partitioner)
IndexSummary
IndexSummaryBuilder. build(IPartitioner partitioner, IndexSummaryBuilder.ReadableBoundary boundary)
IndexSummary
IndexSummary.IndexSummarySerializer. deserialize(java.io.DataInputStream in, IPartitioner partitioner, int expectedMinIndexInterval, int maxIndexInterval)
static IndexSummary
IndexSummaryBuilder. downsample(IndexSummary existing, int newSamplingLevel, int minIndexInterval, IPartitioner partitioner)
Downsamples an existing index summary to a new sampling level.IndexSummary
IndexSummary. sharedCopy()
Methods in org.apache.cassandra.io.sstable with parameters of type IndexSummary Modifier and Type Method Description static IndexSummary
IndexSummaryBuilder. downsample(IndexSummary existing, int newSamplingLevel, int minIndexInterval, IPartitioner partitioner)
Downsamples an existing index summary to a new sampling level.void
IndexSummary.IndexSummarySerializer. serialize(IndexSummary t, DataOutputPlus out)
-
Uses of IndexSummary in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as IndexSummary Modifier and Type Field Description IndexSummary
SSTableReader. indexSummary
protected IndexSummary
SSTableReaderBuilder. summary
Methods in org.apache.cassandra.io.sstable.format with parameters of type IndexSummary Modifier and Type Method Description static long
SSTableReader. getIndexScanPositionFromBinarySearchResult(int binarySearchResult, IndexSummary referencedIndexSummary)
static SSTableReader
SSTableReader. internalOpen(Descriptor desc, java.util.Set<Component> components, TableMetadataRef metadata, FileHandle ifile, FileHandle dfile, IndexSummary summary, IFilter bf, long maxDataAge, StatsMetadata sstableMetadata, SSTableReader.OpenReason openReason, SerializationHeader header)
Open a RowIndexedReader which already has its state initialized (by SSTableWriter).static void
SSTableReader. saveSummary(Descriptor descriptor, DecoratedKey first, DecoratedKey last, IndexSummary summary)
Save index summary to Summary.db file.SSTableReaderBuilder
SSTableReaderBuilder. summary(IndexSummary summary)
Constructors in org.apache.cassandra.io.sstable.format with parameters of type IndexSummary Constructor Description SSTableReader(Descriptor desc, java.util.Set<Component> components, TableMetadataRef metadata, long maxDataAge, StatsMetadata sstableMetadata, SSTableReader.OpenReason openReason, SerializationHeader header, IndexSummary summary, FileHandle dfile, FileHandle ifile, IFilter bf)
-