Uses of Interface
org.apache.cassandra.io.sstable.indexsummary.IndexSummarySupport
Packages that use IndexSummarySupport
Package
Description
-
Uses of IndexSummarySupport in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement IndexSummarySupportModifier and TypeClassDescriptionclassSSTableReaders are open()ed by Keyspace.onStart; after that they are created by SSTableWriter.renameAndOpen. -
Uses of IndexSummarySupport in org.apache.cassandra.io.sstable.indexsummary
Classes in org.apache.cassandra.io.sstable.indexsummary with type parameters of type IndexSummarySupportModifier and TypeClassDescriptionclassIndexSummaryManager<T extends SSTableReader & IndexSummarySupport<T>>Manages the fixed-size memory pool for index summaries, periodically resizing them in order to give more memory to hot sstables and less memory to cold sstables.classIndexSummaryMetrics<R extends SSTableReader & IndexSummarySupport<R>>interfaceIndexSummarySupport<T extends SSTableReader & IndexSummarySupport<T>>Methods in org.apache.cassandra.io.sstable.indexsummary with type parameters of type IndexSummarySupportModifier and TypeMethodDescriptionstatic <T extends SSTableReader & IndexSummarySupport>
List<T>IndexSummaryManager.redistributeSummaries(IndexSummaryRedistribution redistribution) Attempts to fairly distribute a fixed pool of memory for index summaries across a set of SSTables based on their recent read rates.<T extends SSTableReader & IndexSummarySupport<T>>
List<T>IndexSummaryRedistribution.redistributeSummaries()