Uses of Class
org.apache.cassandra.db.compaction.AbstractStrategyHolder.GroupedSSTableContainer
-
Packages that use AbstractStrategyHolder.GroupedSSTableContainer Package Description org.apache.cassandra.db.compaction -
-
Uses of AbstractStrategyHolder.GroupedSSTableContainer in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return AbstractStrategyHolder.GroupedSSTableContainer Modifier and Type Method Description AbstractStrategyHolder.GroupedSSTableContainerAbstractStrategyHolder. createGroupedSSTableContainer()Methods in org.apache.cassandra.db.compaction that return types with arguments of type AbstractStrategyHolder.GroupedSSTableContainer Modifier and Type Method Description java.util.List<AbstractStrategyHolder.GroupedSSTableContainer>CompactionStrategyManager. groupSSTables(java.lang.Iterable<SSTableReader> sstables)Split sstables into a list of grouped sstable containers, the list index an sstable lives in matches the list index of the holder that's responsible for it
-