Uses of Class
org.apache.cassandra.db.compaction.CompactionInfo
-
Packages that use CompactionInfo Package Description org.apache.cassandra.cache org.apache.cassandra.db.compaction org.apache.cassandra.db.view org.apache.cassandra.index.internal org.apache.cassandra.io.sstable -
-
Uses of CompactionInfo in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache that return CompactionInfo Modifier and Type Method Description CompactionInfo
AutoSavingCache.Writer. getCompactionInfo()
-
Uses of CompactionInfo in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return CompactionInfo Modifier and Type Method Description CompactionInfo
CompactionInfo. forProgress(long complete, long total)
abstract CompactionInfo
CompactionInfo.Holder. getCompactionInfo()
CompactionInfo
CompactionIterator. getCompactionInfo()
static CompactionInfo
CompactionInfo. withoutSSTables(TableMetadata metadata, OperationType tasktype, long completed, long total, CompactionInfo.Unit unit, java.util.UUID compactionId)
Special compaction info where we always need to cancel the compaction - for example ViewBuilderTask and AutoSavingCache where we don't know the sstables at constructionMethods in org.apache.cassandra.db.compaction that return types with arguments of type CompactionInfo Modifier and Type Method Description java.util.Collection<CompactionInfo>
ActiveCompactions. getCompactionsForSSTable(SSTableReader sstable, OperationType compactionType)
Iterates over the active compactions and tries to find CompactionInfos with the given compactionType for the given sstable Number of entries in compactions should be small (< 10) but avoid calling in any time-sensitive contextjava.util.List<CompactionInfo>
CompactionManager. getSSTableTasks()
Constructors in org.apache.cassandra.db.compaction with parameters of type CompactionInfo Constructor Description CompactionInterruptedException(CompactionInfo info)
-
Uses of CompactionInfo in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view that return CompactionInfo Modifier and Type Method Description CompactionInfo
ViewBuilderTask. getCompactionInfo()
-
Uses of CompactionInfo in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal that return CompactionInfo Modifier and Type Method Description CompactionInfo
CollatedViewIndexBuilder. getCompactionInfo()
-
Uses of CompactionInfo in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return CompactionInfo Modifier and Type Method Description CompactionInfo
IndexSummaryRedistribution. getCompactionInfo()
-