Class CompositesSearcher
java.lang.Object
org.apache.cassandra.index.internal.CassandraIndexSearcher
org.apache.cassandra.index.internal.composites.CompositesSearcher
- All Implemented Interfaces:
Index.Searcher
-
Field Summary
Fields inherited from class org.apache.cassandra.index.internal.CassandraIndexSearcher
command, index -
Constructor Summary
ConstructorsConstructorDescriptionCompositesSearcher(ReadCommand command, RowFilter.Expression expression, CassandraIndex index) -
Method Summary
Modifier and TypeMethodDescriptionprotected UnfilteredPartitionIteratorqueryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) Methods inherited from class org.apache.cassandra.index.internal.CassandraIndexSearcher
command, makeIndexClustering, searchMethods 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
-
CompositesSearcher
public CompositesSearcher(ReadCommand command, RowFilter.Expression expression, CassandraIndex index)
-
-
Method Details
-
queryDataFromIndex
protected UnfilteredPartitionIterator queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) - Specified by:
queryDataFromIndexin classCassandraIndexSearcher
-