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 class
Index.CollatedViewIndexBuildingSupport
Default implementation ofIndexBuildingSupport
which uses aReducingKeyIterator
to 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.IndexBuildingSupport
Index. getBuildTaskSupport()
Get an instance of a helper to provide tasks for building the index from a set of SSTable data.default Index.IndexBuildingSupport
Index. getRecoveryTaskSupport()
Same asgetBuildTaskSupport
but 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.IndexBuildingSupport
SASIIndex. getBuildTaskSupport()
-