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
public abstract static class CompactionInfo.Holder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Holder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract CompactionInfo
getCompactionInfo()
abstract boolean
isGlobal()
if this compaction involves several/all tables we can safely check globalCompactionsPaused in isStopRequested() belowboolean
isStopRequested()
void
stop()
-
-
-
Method Detail
-
getCompactionInfo
public abstract CompactionInfo 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()
-
-