Class CompactionInfo.Holder
java.lang.Object
org.apache.cassandra.db.compaction.CompactionInfo.Holder
- Direct Known Subclasses:
AutoSavingCache.Writer,CompactionIterator,IndexSummaryRedistribution,SecondaryIndexBuilder,SortedTableScrubber.ScrubInfo,SortedTableVerifier.VerifyInfo,ViewBuilderTask
- Enclosing class:
- CompactionInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CompactionInfoabstract booleanisGlobal()if this compaction involves several/all tables we can safely check globalCompactionsPaused in isStopRequested() belowbooleanvoidstop()
-
Constructor Details
-
Holder
public Holder()
-
-
Method Details
-
getCompactionInfo
-
stop
public void stop() -
isGlobal
public abstract boolean isGlobal()if this compaction involves several/all tables we can safely check globalCompactionsPaused in isStopRequested() below -
isStopRequested
public boolean isStopRequested()
-