Uses of Class
org.apache.cassandra.db.compaction.AbstractStrategyHolder.TaskSupplier
-
Packages that use AbstractStrategyHolder.TaskSupplier Package Description org.apache.cassandra.db.compaction -
-
Uses of AbstractStrategyHolder.TaskSupplier in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return types with arguments of type AbstractStrategyHolder.TaskSupplier Modifier and Type Method Description abstract java.util.Collection<AbstractStrategyHolder.TaskSupplier>AbstractStrategyHolder. getBackgroundTaskSuppliers(int gcBefore)java.util.Collection<AbstractStrategyHolder.TaskSupplier>CompactionStrategyHolder. getBackgroundTaskSuppliers(int gcBefore)java.util.Collection<AbstractStrategyHolder.TaskSupplier>PendingRepairHolder. getBackgroundTaskSuppliers(int gcBefore)Methods in org.apache.cassandra.db.compaction with parameters of type AbstractStrategyHolder.TaskSupplier Modifier and Type Method Description intAbstractStrategyHolder.TaskSupplier. compareTo(AbstractStrategyHolder.TaskSupplier o)
-