Uses of Class
org.apache.cassandra.io.sstable.indexsummary.IndexSummary
Packages that use IndexSummary
Package
Description
-
Uses of IndexSummary in org.apache.cassandra.io.sstable.format.big
Fields in org.apache.cassandra.io.sstable.format.big declared as IndexSummaryMethods in org.apache.cassandra.io.sstable.format.big that return IndexSummaryModifier and TypeMethodDescriptionBigTableReader.Builder.getIndexSummary()BigTableReader.getIndexSummary()Methods in org.apache.cassandra.io.sstable.format.big with parameters of type IndexSummaryModifier and TypeMethodDescriptionBigTableReader.Builder.setIndexSummary(IndexSummary indexSummary) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type IndexSummaryModifierConstructorDescriptionIndexSummaryComponent(IndexSummary indexSummary, DecoratedKey first, DecoratedKey last) -
Uses of IndexSummary in org.apache.cassandra.io.sstable.indexsummary
Methods in org.apache.cassandra.io.sstable.indexsummary that return IndexSummaryModifier and TypeMethodDescriptionIndexSummaryBuilder.build(IPartitioner partitioner) IndexSummaryBuilder.build(IPartitioner partitioner, IndexSummaryBuilder.ReadableBoundary boundary) <T extends InputStream & DataInputPlus>
IndexSummaryIndexSummary.IndexSummarySerializer.deserialize(T 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.IndexSummarySupport.getIndexSummary()IndexSummary.sharedCopy()Methods in org.apache.cassandra.io.sstable.indexsummary with parameters of type IndexSummaryModifier and TypeMethodDescriptionstatic 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)