Package org.apache.cassandra.index
Class Index.CollatedViewIndexBuildingSupport
java.lang.Object
org.apache.cassandra.index.Index.CollatedViewIndexBuildingSupport
- All Implemented Interfaces:
Index.IndexBuildingSupport
- Enclosing interface:
- Index
public static class Index.CollatedViewIndexBuildingSupport
extends Object
implements Index.IndexBuildingSupport
Default implementation of
IndexBuildingSupport which uses a ReducingKeyIterator to obtain a
collated view of the data in the SSTables.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIndexBuildTask(ColumnFamilyStore cfs, Set<Index> indexes, Collection<SSTableReader> sstables, boolean isFullRebuild)
-
Constructor Details
-
CollatedViewIndexBuildingSupport
public CollatedViewIndexBuildingSupport()
-
-
Method Details
-
getIndexBuildTask
public SecondaryIndexBuilder getIndexBuildTask(ColumnFamilyStore cfs, Set<Index> indexes, Collection<SSTableReader> sstables, boolean isFullRebuild) - Specified by:
getIndexBuildTaskin interfaceIndex.IndexBuildingSupport
-