Modifier and Type | Method and Description |
---|---|
static ReadOrderGroup |
ReadOrderGroup.emptyGroup() |
static ReadOrderGroup |
ReadOrderGroup.forCommand(ReadCommand command) |
ReadOrderGroup |
ReadCommand.startOrderGroup() |
ReadOrderGroup |
ReadQuery.startOrderGroup()
Starts a new read operation.
|
ReadOrderGroup |
SinglePartitionReadCommand.Group.startOrderGroup() |
Modifier and Type | Method and Description |
---|---|
PartitionIterator |
ReadCommand.executeInternal(ReadOrderGroup orderGroup) |
PartitionIterator |
ReadQuery.executeInternal(ReadOrderGroup orderGroup)
Execute the query for internal queries (that is, it basically executes the query locally).
|
PartitionIterator |
SinglePartitionReadCommand.Group.executeInternal(ReadOrderGroup orderGroup) |
UnfilteredPartitionIterator |
ReadCommand.executeLocally(ReadOrderGroup orderGroup)
Executes this command on the local host.
|
UnfilteredPartitionIterator |
PartitionRangeReadCommand.queryStorage(ColumnFamilyStore cfs,
ReadOrderGroup orderGroup) |
protected abstract UnfilteredPartitionIterator |
ReadCommand.queryStorage(ColumnFamilyStore cfs,
ReadOrderGroup orderGroup) |
protected UnfilteredPartitionIterator |
SinglePartitionReadCommand.queryStorage(ColumnFamilyStore cfs,
ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
UnfilteredPartitionIterator |
Index.Searcher.search(ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
protected abstract UnfilteredPartitionIterator |
CassandraIndexSearcher.queryDataFromIndex(DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadOrderGroup orderGroup) |
UnfilteredPartitionIterator |
CassandraIndexSearcher.search(ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
protected UnfilteredPartitionIterator |
CompositesSearcher.queryDataFromIndex(DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
protected UnfilteredPartitionIterator |
KeysSearcher.queryDataFromIndex(DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
ReadOrderGroup |
MultiPartitionPager.startOrderGroup() |
ReadOrderGroup |
QueryPager.startOrderGroup()
Starts a new read operation.
|
Modifier and Type | Method and Description |
---|---|
PartitionIterator |
MultiPartitionPager.fetchPageInternal(int pageSize,
ReadOrderGroup orderGroup) |
PartitionIterator |
QueryPager.fetchPageInternal(int pageSize,
ReadOrderGroup orderGroup)
Fetches the next page internally (in other, this does a local query).
|
Copyright © 2017 The Apache Software Foundation