Uses of Class
org.apache.cassandra.db.ReadExecutionController
-
-
Uses of ReadExecutionController in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return ReadExecutionController Modifier and Type Method Description static ReadExecutionControllerReadExecutionController. empty()ReadExecutionControllerReadCommand. executionController()ReadExecutionControllerReadCommand. executionController(boolean trackRepairedStatus)ReadExecutionControllerReadQuery. executionController()Starts a new read operation.ReadExecutionControllerSinglePartitionReadQuery.Group. executionController()ReadExecutionControllerVirtualTableReadQuery. executionController()ReadExecutionControllerReadExecutionController. indexReadController() -
Uses of ReadExecutionController in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type ReadExecutionController Modifier and Type Method Description UnfilteredPartitionIteratorIndex.Searcher. search(ReadExecutionController executionController) -
Uses of ReadExecutionController in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type ReadExecutionController Modifier and Type Method Description protected abstract UnfilteredPartitionIteratorCassandraIndexSearcher. queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController)UnfilteredPartitionIteratorCassandraIndexSearcher. search(ReadExecutionController executionController) -
Uses of ReadExecutionController in org.apache.cassandra.index.internal.composites
Methods in org.apache.cassandra.index.internal.composites with parameters of type ReadExecutionController Modifier and Type Method Description protected UnfilteredPartitionIteratorCompositesSearcher. queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) -
Uses of ReadExecutionController in org.apache.cassandra.index.internal.keys
Methods in org.apache.cassandra.index.internal.keys with parameters of type ReadExecutionController Modifier and Type Method Description protected UnfilteredPartitionIteratorKeysSearcher. queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) -
Uses of ReadExecutionController in org.apache.cassandra.index.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan with parameters of type ReadExecutionController Modifier and Type Method Description UnfilteredPartitionIteratorQueryPlan. execute(ReadExecutionController executionController)UnfilteredRowIteratorQueryController. getPartition(DecoratedKey key, ReadExecutionController executionController) -
Uses of ReadExecutionController in org.apache.cassandra.service.pager
Methods in org.apache.cassandra.service.pager that return ReadExecutionController Modifier and Type Method Description ReadExecutionControllerAggregationQueryPager. executionController()ReadExecutionControllerMultiPartitionPager. executionController()ReadExecutionControllerQueryPager. executionController()Starts a new read operation.Methods in org.apache.cassandra.service.pager with parameters of type ReadExecutionController Modifier and Type Method Description PartitionIteratorAggregationQueryPager. fetchPageInternal(int pageSize, ReadExecutionController executionController)PartitionIteratorMultiPartitionPager. fetchPageInternal(int pageSize, ReadExecutionController executionController)PartitionIteratorQueryPager. fetchPageInternal(int pageSize, ReadExecutionController executionController)Fetches the next page internally (in other, this does a local query).Constructors in org.apache.cassandra.service.pager with parameters of type ReadExecutionController Constructor Description AggregationPartitionIterator(int pageSize, ReadExecutionController executionController, long queryStartNanoTime)GroupByPartitionIterator(int pageSize, ReadExecutionController executionController, long queryStartNanoTime)
-