Package org.apache.cassandra.index
Class SecondaryIndexBuilder
java.lang.Object
org.apache.cassandra.db.compaction.CompactionInfo.Holder
org.apache.cassandra.index.SecondaryIndexBuilder
- Direct Known Subclasses:
CollatedViewIndexBuilder,StorageAttachedIndexBuilder
Manages building an entire index from column family data. Runs on to compaction manager.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.db.compaction.CompactionInfo.Holder
getCompactionInfo, isStopRequested, stop
-
Constructor Details
-
SecondaryIndexBuilder
public SecondaryIndexBuilder()
-
-
Method Details
-
build
public abstract void build() -
isGlobal
public boolean isGlobal()Description copied from class:CompactionInfo.Holderif this compaction involves several/all tables we can safely check globalCompactionsPaused in isStopRequested() below- Specified by:
isGlobalin classCompactionInfo.Holder
-