Modifier and Type | Method and Description |
---|---|
static ReadExecutionController |
ReadExecutionController.empty() |
ReadExecutionController |
ReadCommand.executionController() |
ReadExecutionController |
ReadQuery.executionController()
Starts a new read operation.
|
ReadExecutionController |
SinglePartitionReadQuery.Group.executionController() |
ReadExecutionController |
VirtualTableReadQuery.executionController() |
ReadExecutionController |
ReadCommand.executionController(boolean trackRepairedStatus) |
ReadExecutionController |
ReadExecutionController.indexReadController() |
Modifier and Type | Method and Description |
---|---|
UnfilteredPartitionIterator |
Index.Searcher.search(ReadExecutionController executionController) |
Modifier and Type | Method and Description |
---|---|
protected abstract UnfilteredPartitionIterator |
CassandraIndexSearcher.queryDataFromIndex(DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadExecutionController executionController) |
UnfilteredPartitionIterator |
CassandraIndexSearcher.search(ReadExecutionController executionController) |
Modifier and Type | Method and Description |
---|---|
protected UnfilteredPartitionIterator |
CompositesSearcher.queryDataFromIndex(DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadExecutionController executionController) |
Modifier and Type | Method and Description |
---|---|
protected UnfilteredPartitionIterator |
KeysSearcher.queryDataFromIndex(DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadExecutionController executionController) |
Modifier and Type | Method and Description |
---|---|
UnfilteredPartitionIterator |
QueryPlan.execute(ReadExecutionController executionController) |
UnfilteredRowIterator |
QueryController.getPartition(DecoratedKey key,
ReadExecutionController executionController) |
Modifier and Type | Method and Description |
---|---|
ReadExecutionController |
AggregationQueryPager.executionController() |
ReadExecutionController |
MultiPartitionPager.executionController() |
ReadExecutionController |
QueryPager.executionController()
Starts a new read operation.
|
Modifier and Type | Method and 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).
|
Constructor and Description |
---|
AggregationPartitionIterator(int pageSize,
ReadExecutionController executionController,
long queryStartNanoTime) |
GroupByPartitionIterator(int pageSize,
ReadExecutionController executionController,
long queryStartNanoTime) |
Copyright © 2009-2021 The Apache Software Foundation