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
ReadCommand. executionController()
ReadExecutionController
ReadCommand. executionController(boolean trackRepairedStatus)
ReadExecutionController
ReadQuery. executionController()
Starts a new read operation.ReadExecutionController
SinglePartitionReadQuery.Group. executionController()
ReadExecutionController
VirtualTableReadQuery. executionController()
ReadExecutionController
ReadExecutionController. 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 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.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan with parameters of type ReadExecutionController Modifier and Type Method Description UnfilteredPartitionIterator
QueryPlan. execute(ReadExecutionController executionController)
UnfilteredRowIterator
QueryController. 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 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, long queryStartNanoTime)
GroupByPartitionIterator(int pageSize, ReadExecutionController executionController, long queryStartNanoTime)
-