Uses of Class
org.apache.cassandra.db.compaction.CompactionInfo
Packages that use CompactionInfo
Package
Description
-
Uses of CompactionInfo in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache that return CompactionInfo -
Uses of CompactionInfo in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return CompactionInfoModifier and TypeMethodDescriptionCompactionInfo.forProgress(long complete, long total) abstract CompactionInfoCompactionInfo.Holder.getCompactionInfo()CompactionIterator.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 where we don't know the sstables at constructionstatic CompactionInfoCompactionInfo.withoutSSTables(TableMetadata metadata, OperationType tasktype, long completed, long total, CompactionInfo.Unit unit, TimeUUID compactionId, String targetDirectory) Special compaction info where we always need to cancel the compaction - for example AutoSavingCache where we don't know the sstables at constructionMethods in org.apache.cassandra.db.compaction that return types with arguments of type CompactionInfoModifier and TypeMethodDescriptionActiveCompactions.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 contextCompactionManager.getSSTableTasks()Method parameters in org.apache.cassandra.db.compaction with type arguments of type CompactionInfoModifier and TypeMethodDescriptionCompactionManager.getCompactionsMatching(Iterable<TableMetadata> columnFamilies, Predicate<CompactionInfo> predicate) -
Uses of CompactionInfo in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view that return CompactionInfo -
Uses of CompactionInfo in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal that return CompactionInfo -
Uses of CompactionInfo in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai that return CompactionInfo -
Uses of CompactionInfo in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return CompactionInfoModifier and TypeMethodDescriptionSortedTableScrubber.ScrubInfo.getCompactionInfo()SortedTableVerifier.VerifyInfo.getCompactionInfo() -
Uses of CompactionInfo in org.apache.cassandra.io.sstable.indexsummary
Methods in org.apache.cassandra.io.sstable.indexsummary that return CompactionInfo