Uses of Interface
org.apache.cassandra.index.Index.IndexBuildingSupport
Packages that use Index.IndexBuildingSupport
Package
Description
-
Uses of Index.IndexBuildingSupport in org.apache.cassandra.index
Classes in org.apache.cassandra.index that implement Index.IndexBuildingSupportModifier and TypeClassDescriptionstatic classDefault implementation ofIndexBuildingSupportwhich uses aReducingKeyIteratorto obtain a collated view of the data in the SSTables.Methods in org.apache.cassandra.index that return Index.IndexBuildingSupportModifier and TypeMethodDescriptiondefault 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.sai
Methods in org.apache.cassandra.index.sai that return Index.IndexBuildingSupport -
Uses of Index.IndexBuildingSupport in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi that return Index.IndexBuildingSupport