Class CollatedViewIndexBuilder
java.lang.Object
org.apache.cassandra.db.compaction.CompactionInfo.Holder
org.apache.cassandra.index.SecondaryIndexBuilder
org.apache.cassandra.index.internal.CollatedViewIndexBuilder
Manages building an entire index from column family data. Runs on to compaction manager.
-
Constructor Summary
ConstructorsConstructorDescriptionCollatedViewIndexBuilder(ColumnFamilyStore cfs, Set<Index> indexers, ReducingKeyIterator iter, Collection<SSTableReader> sstables) -
Method Summary
Methods inherited from class org.apache.cassandra.index.SecondaryIndexBuilder
isGlobalMethods inherited from class org.apache.cassandra.db.compaction.CompactionInfo.Holder
isStopRequested, stop
-
Constructor Details
-
CollatedViewIndexBuilder
public CollatedViewIndexBuilder(ColumnFamilyStore cfs, Set<Index> indexers, ReducingKeyIterator iter, Collection<SSTableReader> sstables)
-
-
Method Details
-
getCompactionInfo
- Specified by:
getCompactionInfoin classCompactionInfo.Holder
-
build
public void build()- Specified by:
buildin classSecondaryIndexBuilder
-