Uses of Class
org.apache.cassandra.io.sstable.IndexSummaryRedistribution
-
Packages that use IndexSummaryRedistribution Package Description org.apache.cassandra.db.compaction org.apache.cassandra.io.sstable -
-
Uses of IndexSummaryRedistribution in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type IndexSummaryRedistribution Modifier and Type Method Description java.util.List<SSTableReader>
CompactionManager. runIndexSummaryRedistribution(IndexSummaryRedistribution redistribution)
-
Uses of IndexSummaryRedistribution in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type IndexSummaryRedistribution Modifier and Type Method Description static java.util.List<SSTableReader>
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.
-