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 IndexSummaryIndexSummaryBuilder. build(IPartitioner partitioner)IndexSummaryIndexSummaryBuilder. build(IPartitioner partitioner, IndexSummaryBuilder.ReadableBoundary boundary)IndexSummaryIndexSummary.IndexSummarySerializer. deserialize(java.io.DataInputStream in, IPartitioner partitioner, int expectedMinIndexInterval, int maxIndexInterval)static IndexSummaryIndexSummaryBuilder. downsample(IndexSummary existing, int newSamplingLevel, int minIndexInterval, IPartitioner partitioner)Downsamples an existing index summary to a new sampling level.IndexSummaryIndexSummary. sharedCopy()Methods in org.apache.cassandra.io.sstable with parameters of type IndexSummary Modifier and Type Method Description static IndexSummaryIndexSummaryBuilder. downsample(IndexSummary existing, int newSamplingLevel, int minIndexInterval, IPartitioner partitioner)Downsamples an existing index summary to a new sampling level.voidIndexSummary.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 IndexSummarySSTableReader. indexSummaryprotected IndexSummarySSTableReaderBuilder. summaryMethods in org.apache.cassandra.io.sstable.format with parameters of type IndexSummary Modifier and Type Method Description static longSSTableReader. getIndexScanPositionFromBinarySearchResult(int binarySearchResult, IndexSummary referencedIndexSummary)static SSTableReaderSSTableReader. 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 voidSSTableReader. saveSummary(Descriptor descriptor, DecoratedKey first, DecoratedKey last, IndexSummary summary)Save index summary to Summary.db file.SSTableReaderBuilderSSTableReaderBuilder. 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)
-