Uses of Class
org.apache.cassandra.db.compaction.UnifiedCompactionStrategy.Level
Packages that use UnifiedCompactionStrategy.Level
-
Uses of UnifiedCompactionStrategy.Level in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return types with arguments of type UnifiedCompactionStrategy.LevelModifier and TypeMethodDescriptionUnifiedCompactionStrategy.getLevels(Collection<SSTableReader> sstables, com.google.common.base.Predicate<SSTableReader> compactionFilter) Groups the sstables passed in into levels.Constructors in org.apache.cassandra.db.compaction with parameters of type UnifiedCompactionStrategy.LevelModifierConstructorDescriptionMultiSetBucket(UnifiedCompactionStrategy.Level level, List<Set<SSTableReader>> overlapSets) SimpleBucket(UnifiedCompactionStrategy.Level level, Collection<SSTableReader> sstables)