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 CompactionInfoAutoSavingCache.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 CompactionInfoCompactionInfo. forProgress(long complete, long total)abstract CompactionInfoCompactionInfo.Holder. getCompactionInfo()CompactionInfoCompactionIterator. getCompactionInfo()static CompactionInfoCompactionInfo. withoutSSTables(TableMetadata metadata, OperationType tasktype, long completed, long total, CompactionInfo.Unit unit, TimeUUID 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() -
Uses of CompactionInfo in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view that return CompactionInfo Modifier and Type Method Description CompactionInfoViewBuilderTask. 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 CompactionInfoCollatedViewIndexBuilder. 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 CompactionInfoIndexSummaryRedistribution. getCompactionInfo()
-