Uses of Interface
org.apache.cassandra.index.Index.IndexBuildingSupport
-
Packages that use Index.IndexBuildingSupport Package Description org.apache.cassandra.index org.apache.cassandra.index.sasi -
-
Uses of Index.IndexBuildingSupport in org.apache.cassandra.index
Classes in org.apache.cassandra.index that implement Index.IndexBuildingSupport Modifier and Type Class Description static classIndex.CollatedViewIndexBuildingSupportDefault implementation ofIndexBuildingSupportwhich uses aReducingKeyIteratorto obtain a collated view of the data in the SSTables.Methods in org.apache.cassandra.index that return Index.IndexBuildingSupport Modifier and Type Method Description default Index.IndexBuildingSupportIndex. getBuildTaskSupport()Get an instance of a helper to provide tasks for building the index from a set of SSTable data.default Index.IndexBuildingSupportIndex. getRecoveryTaskSupport()Same asgetBuildTaskSupportbut can be overloaded with a specific 'recover' logic different than the index building one -
Uses of Index.IndexBuildingSupport in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi that return Index.IndexBuildingSupport Modifier and Type Method Description Index.IndexBuildingSupportSASIIndex. getBuildTaskSupport()
-