Package org.apache.cassandra.index
Interface Index.IndexBuildingSupport
- All Known Implementing Classes:
Index.CollatedViewIndexBuildingSupport
- Enclosing interface:
- Index
public static interface Index.IndexBuildingSupport
Provider of
SecondaryIndexBuilder instances. See getBuildTaskSupport and
SecondaryIndexManager.buildIndexesBlocking for more detail.-
Method Summary
Modifier and TypeMethodDescriptiongetIndexBuildTask(ColumnFamilyStore cfs, Set<Index> indexes, Collection<SSTableReader> sstables, boolean isFullRebuild)
-
Method Details
-
getIndexBuildTask
SecondaryIndexBuilder getIndexBuildTask(ColumnFamilyStore cfs, Set<Index> indexes, Collection<SSTableReader> sstables, boolean isFullRebuild)
-