Class SASIIndexSearcher
java.lang.Object
org.apache.cassandra.index.sasi.plan.SASIIndexSearcher
- All Implemented Interfaces:
Index.Searcher
-
Constructor Summary
ConstructorsConstructorDescriptionSASIIndexSearcher(ColumnFamilyStore cfs, ReadCommand command, long executionQuotaMs) -
Method Summary
Modifier and TypeMethodDescriptioncommand()Returns theReadCommandfor which this searcher has been created.search(ReadExecutionController executionController) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.index.Index.Searcher
filterReplicaFilteringProtection
-
Constructor Details
-
SASIIndexSearcher
-
-
Method Details
-
command
Description copied from interface:Index.SearcherReturns theReadCommandfor which this searcher has been created.- Specified by:
commandin interfaceIndex.Searcher- Returns:
- the base read command
-
search
- Specified by:
searchin interfaceIndex.Searcher- Parameters:
executionController- the collection of OpOrder.Groups which the ReadCommand is being performed under.- Returns:
- partitions from the base table matching the criteria of the search.
-