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 java.lang.Object implements Index.IndexBuildingSupport
Default implementation ofIndexBuildingSupport
which uses aReducingKeyIterator
to obtain a collated view of the data in the SSTables.
-
-
Constructor Summary
Constructors Constructor Description CollatedViewIndexBuildingSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecondaryIndexBuilder
getIndexBuildTask(ColumnFamilyStore cfs, java.util.Set<Index> indexes, java.util.Collection<SSTableReader> sstables, boolean isFullRebuild)
-
-
-
Method Detail
-
getIndexBuildTask
public SecondaryIndexBuilder getIndexBuildTask(ColumnFamilyStore cfs, java.util.Set<Index> indexes, java.util.Collection<SSTableReader> sstables, boolean isFullRebuild)
- Specified by:
getIndexBuildTask
in interfaceIndex.IndexBuildingSupport
-
-