Class CollatedViewIndexBuilder
- java.lang.Object
-
- org.apache.cassandra.db.compaction.CompactionInfo.Holder
-
- org.apache.cassandra.index.SecondaryIndexBuilder
-
- org.apache.cassandra.index.internal.CollatedViewIndexBuilder
-
public class CollatedViewIndexBuilder extends SecondaryIndexBuilder
Manages building an entire index from column family data. Runs on to compaction manager.
-
-
Constructor Summary
Constructors Constructor Description CollatedViewIndexBuilder(ColumnFamilyStore cfs, java.util.Set<Index> indexers, ReducingKeyIterator iter, java.util.Collection<SSTableReader> sstables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build()
CompactionInfo
getCompactionInfo()
-
Methods inherited from class org.apache.cassandra.index.SecondaryIndexBuilder
isGlobal
-
Methods inherited from class org.apache.cassandra.db.compaction.CompactionInfo.Holder
isStopRequested, stop
-
-
-
-
Constructor Detail
-
CollatedViewIndexBuilder
public CollatedViewIndexBuilder(ColumnFamilyStore cfs, java.util.Set<Index> indexers, ReducingKeyIterator iter, java.util.Collection<SSTableReader> sstables)
-
-
Method Detail
-
getCompactionInfo
public CompactionInfo getCompactionInfo()
- Specified by:
getCompactionInfo
in classCompactionInfo.Holder
-
build
public void build()
- Specified by:
build
in classSecondaryIndexBuilder
-
-