Uses of Class
org.apache.cassandra.db.ReadExecutionController
Packages that use ReadExecutionController
Package
Description
-
Uses of ReadExecutionController in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return ReadExecutionControllerModifier and TypeMethodDescriptionstatic ReadExecutionControllerReadExecutionController.empty()PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand.executionController()PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand.executionController(boolean trackRepairedStatus) ReadCommand.executionController()ReadCommand.executionController(boolean trackRepairedStatus) ReadQuery.executionController()Starts a new read operation.SinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand.executionController()SinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand.executionController(boolean trackRepairedStatus) SinglePartitionReadQuery.Group.executionController()ReadExecutionController.indexReadController()Methods in org.apache.cassandra.db with parameters of type ReadExecutionControllerModifier and TypeMethodDescriptionReadQuery.executeInternal(ReadExecutionController controller) Execute the query for internal queries (that is, it basically executes the query locally).SinglePartitionReadQuery.Group.executeInternal(ReadExecutionController controller) PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand.executeLocally(ReadExecutionController executionController) ReadCommand.executeLocally(ReadExecutionController executionController) Executes this command on the local host.ReadQuery.executeLocally(ReadExecutionController executionController) Execute the query locally.SinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand.executeLocally(ReadExecutionController executionController) SinglePartitionReadQuery.Group.executeLocally(ReadExecutionController executionController) SinglePartitionReadCommand.queryMemtableAndDisk(ColumnFamilyStore cfs, ColumnFamilyStore.ViewFragment view, Function<CellSourceIdentifier, Transformation<BaseRowIterator<?>>> rowTransformer, ReadExecutionController executionController) SinglePartitionReadCommand.queryMemtableAndDisk(ColumnFamilyStore cfs, ReadExecutionController executionController) Queries both memtable and sstables to fetch the result of this query.PartitionRangeReadCommand.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 ReadExecutionControllerModifier and TypeMethodDescriptionIndex.Searcher.search(ReadExecutionController executionController) -
Uses of ReadExecutionController in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type ReadExecutionControllerModifier and TypeMethodDescriptionprotected abstract UnfilteredPartitionIteratorCassandraIndexSearcher.queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) CassandraIndexSearcher.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 ReadExecutionControllerModifier and TypeMethodDescriptionprotected 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 ReadExecutionControllerModifier and TypeMethodDescriptionprotected UnfilteredPartitionIteratorKeysSearcher.queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) -
Uses of ReadExecutionController in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan with parameters of type ReadExecutionControllerModifier and TypeMethodDescriptionQueryController.queryStorage(List<PrimaryKey> keys, ReadExecutionController executionController) QueryController.queryStorage(PrimaryKey key, ColumnFamilyStore.ViewFragment view, ReadExecutionController executionController) Get an iterator over the row(s) for this primary key.StorageAttachedIndexSearcher.search(ReadExecutionController executionController) -
Uses of ReadExecutionController in org.apache.cassandra.index.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan with parameters of type ReadExecutionControllerModifier and TypeMethodDescriptionQueryController.getPartition(DecoratedKey key, ReadExecutionController executionController) SASIIndexSearcher.search(ReadExecutionController executionController) -
Uses of ReadExecutionController in org.apache.cassandra.service.pager
Methods in org.apache.cassandra.service.pager that return ReadExecutionControllerModifier and TypeMethodDescriptionAggregationQueryPager.executionController()MultiPartitionPager.executionController()QueryPager.executionController()Starts a new read operation.Methods in org.apache.cassandra.service.pager with parameters of type ReadExecutionControllerModifier and TypeMethodDescriptionAggregationQueryPager.fetchPageInternal(int pageSize, ReadExecutionController executionController) MultiPartitionPager.fetchPageInternal(int pageSize, ReadExecutionController executionController) QueryPager.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 ReadExecutionControllerModifierConstructorDescriptionAggregationPartitionIterator(int pageSize, ReadExecutionController executionController, Dispatcher.RequestTime requestTime) GroupByPartitionIterator(int pageSize, ReadExecutionController executionController, Dispatcher.RequestTime requestTime)