Class KeysSearcher
java.lang.Object
org.apache.cassandra.index.internal.CassandraIndexSearcher
org.apache.cassandra.index.internal.keys.KeysSearcher
- All Implemented Interfaces:
Index.Searcher
-
Field Summary
Fields inherited from class org.apache.cassandra.index.internal.CassandraIndexSearcher
command, index -
Constructor Summary
ConstructorsConstructorDescriptionKeysSearcher(ReadCommand command, RowFilter.Expression expression, CassandraIndex indexer) -
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
-
KeysSearcher
-
-
Method Details
-
queryDataFromIndex
protected UnfilteredPartitionIterator queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) - Specified by:
queryDataFromIndexin classCassandraIndexSearcher
-