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 ReadExecutionController
ReadExecutionController. empty()
ReadExecutionController
PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand. executionController()
ReadExecutionController
PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand. executionController(boolean trackRepairedStatus)
ReadExecutionController
ReadCommand. executionController()
ReadExecutionController
ReadCommand. executionController(boolean trackRepairedStatus)
ReadExecutionController
ReadQuery. executionController()
Starts a new read operation.ReadExecutionController
SinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand. executionController()
ReadExecutionController
SinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand. executionController(boolean trackRepairedStatus)
ReadExecutionController
SinglePartitionReadQuery.Group. executionController()
ReadExecutionController
ReadExecutionController. indexReadController()
Methods in org.apache.cassandra.db with parameters of type ReadExecutionController Modifier and Type Method Description PartitionIterator
ReadQuery. executeInternal(ReadExecutionController controller)
Execute the query for internal queries (that is, it basically executes the query locally).PartitionIterator
SinglePartitionReadQuery.Group. executeInternal(ReadExecutionController controller)
UnfilteredPartitionIterator
PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand. executeLocally(ReadExecutionController executionController)
UnfilteredPartitionIterator
ReadCommand. executeLocally(ReadExecutionController executionController)
Executes this command on the local host.UnfilteredPartitionIterator
ReadQuery. executeLocally(ReadExecutionController executionController)
Execute the query locally.UnfilteredPartitionIterator
SinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand. executeLocally(ReadExecutionController executionController)
UnfilteredPartitionIterator
SinglePartitionReadQuery.Group. executeLocally(ReadExecutionController executionController)
UnfilteredRowIterator
SinglePartitionReadCommand. queryMemtableAndDisk(ColumnFamilyStore cfs, ReadExecutionController executionController)
Queries both memtable and sstables to fetch the result of this query.UnfilteredPartitionIterator
PartitionRangeReadCommand. queryStorage(ColumnFamilyStore cfs, ReadExecutionController controller)
protected abstract UnfilteredPartitionIterator
ReadCommand. queryStorage(ColumnFamilyStore cfs, ReadExecutionController executionController)
protected UnfilteredPartitionIterator
SinglePartitionReadCommand. queryStorage(ColumnFamilyStore cfs, ReadExecutionController executionController)
protected UnfilteredPartitionIterator
ReadCommand. 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 UnfilteredPartitionIterator
Index.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 UnfilteredPartitionIterator
CassandraIndexSearcher. queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController)
UnfilteredPartitionIterator
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 ReadExecutionController Modifier and Type Method Description protected UnfilteredPartitionIterator
CompositesSearcher. 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 UnfilteredPartitionIterator
KeysSearcher. 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 ReadExecutionController Modifier and Type Method Description UnfilteredRowIterator
QueryController. queryStorage(PrimaryKey key, ReadExecutionController executionController)
UnfilteredPartitionIterator
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 ReadExecutionController Modifier and Type Method Description UnfilteredRowIterator
QueryController. getPartition(DecoratedKey key, ReadExecutionController executionController)
UnfilteredPartitionIterator
SASIIndexSearcher. search(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 ReadExecutionController
AggregationQueryPager. executionController()
ReadExecutionController
MultiPartitionPager. executionController()
ReadExecutionController
QueryPager. executionController()
Starts a new read operation.Methods in org.apache.cassandra.service.pager with parameters of type ReadExecutionController Modifier and Type Method Description PartitionIterator
AggregationQueryPager. fetchPageInternal(int pageSize, ReadExecutionController executionController)
PartitionIterator
MultiPartitionPager. fetchPageInternal(int pageSize, ReadExecutionController executionController)
PartitionIterator
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 ReadExecutionController Constructor Description AggregationPartitionIterator(int pageSize, ReadExecutionController executionController, Dispatcher.RequestTime requestTime)
GroupByPartitionIterator(int pageSize, ReadExecutionController executionController, Dispatcher.RequestTime requestTime)
-