Package org.apache.cassandra.index
Interface Index.IndexBuildingSupport
-
- All Known Implementing Classes:
Index.CollatedViewIndexBuildingSupport
- Enclosing interface:
- Index
public static interface Index.IndexBuildingSupportProvider ofSecondaryIndexBuilderinstances. SeegetBuildTaskSupportandSecondaryIndexManager.buildIndexesBlockingfor more detail.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecondaryIndexBuildergetIndexBuildTask(ColumnFamilyStore cfs, java.util.Set<Index> indexes, java.util.Collection<SSTableReader> sstables)
-
-
-
Method Detail
-
getIndexBuildTask
SecondaryIndexBuilder getIndexBuildTask(ColumnFamilyStore cfs, java.util.Set<Index> indexes, java.util.Collection<SSTableReader> sstables)
-
-