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()ReadExecutionControllerPartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand. executionController()ReadExecutionControllerPartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand. executionController(boolean trackRepairedStatus)ReadExecutionControllerReadCommand. executionController()ReadExecutionControllerReadCommand. executionController(boolean trackRepairedStatus)ReadExecutionControllerReadQuery. executionController()Starts a new read operation.ReadExecutionControllerSinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand. executionController()ReadExecutionControllerSinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand. executionController(boolean trackRepairedStatus)ReadExecutionControllerSinglePartitionReadQuery.Group. executionController()ReadExecutionControllerReadExecutionController. indexReadController()Methods in org.apache.cassandra.db with parameters of type ReadExecutionController Modifier and Type Method Description PartitionIteratorReadQuery. executeInternal(ReadExecutionController controller)Execute the query for internal queries (that is, it basically executes the query locally).PartitionIteratorSinglePartitionReadQuery.Group. executeInternal(ReadExecutionController controller)UnfilteredPartitionIteratorPartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand. executeLocally(ReadExecutionController executionController)UnfilteredPartitionIteratorReadCommand. executeLocally(ReadExecutionController executionController)Executes this command on the local host.UnfilteredPartitionIteratorReadQuery. executeLocally(ReadExecutionController executionController)Execute the query locally.UnfilteredPartitionIteratorSinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand. executeLocally(ReadExecutionController executionController)UnfilteredPartitionIteratorSinglePartitionReadQuery.Group. executeLocally(ReadExecutionController executionController)UnfilteredRowIteratorSinglePartitionReadCommand. queryMemtableAndDisk(ColumnFamilyStore cfs, ReadExecutionController executionController)Queries both memtable and sstables to fetch the result of this query.UnfilteredPartitionIteratorPartitionRangeReadCommand. queryStorage(ColumnFamilyStore cfs, ReadExecutionController controller)protected abstract UnfilteredPartitionIteratorReadCommand. queryStorage(ColumnFamilyStore cfs, ReadExecutionController executionController)protected UnfilteredPartitionIteratorSinglePartitionReadCommand. queryStorage(ColumnFamilyStore cfs, ReadExecutionController executionController)protected UnfilteredPartitionIteratorReadCommand. withoutPurgeableTombstones(UnfilteredPartitionIterator iterator, ColumnFamilyStore cfs, ReadExecutionController controller) -
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, Dispatcher.RequestTime requestTime)GroupByPartitionIterator(int pageSize, ReadExecutionController executionController, Dispatcher.RequestTime requestTime)
-