Uses of Class
org.apache.cassandra.io.sstable.indexsummary.IndexSummaryRedistribution
Packages that use IndexSummaryRedistribution
-
Uses of IndexSummaryRedistribution in org.apache.cassandra.io.sstable.indexsummary
Methods in org.apache.cassandra.io.sstable.indexsummary with parameters of type IndexSummaryRedistributionModifier 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.