Uses of Interface
org.apache.cassandra.db.ReadQuery
-
Packages that use ReadQuery Package Description org.apache.cassandra.cql3.statements org.apache.cassandra.db org.apache.cassandra.service.pager -
-
Uses of ReadQuery in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return ReadQuery Modifier and Type Method Description ReadQuery
SelectStatement. getQuery(QueryOptions options, long nowInSec)
ReadQuery
SelectStatement. getQuery(QueryOptions options, ClientState state, ColumnFilter columnFilter, long nowInSec, int userLimit, int perPartitionLimit, int pageSize, AggregationSpecification aggregationSpec)
ReadQuery
SelectStatement. getQuery(QueryOptions options, ClientState state, ColumnFilter columnFilter, long nowInSec, DataLimits limit)
-
Uses of ReadQuery in org.apache.cassandra.db
Subinterfaces of ReadQuery in org.apache.cassandra.db Modifier and Type Interface Description interface
PartitionRangeReadQuery
AReadQuery
for a range of partitions.interface
SinglePartitionReadQuery
AReadQuery
for a single partition.Classes in org.apache.cassandra.db that implement ReadQuery Modifier and Type Class Description class
PartitionRangeReadCommand
A read command that selects a (part of a) range of partitions.static class
PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand
class
ReadCommand
General interface for storage-engine read commands (common to both range and single partition commands).class
SinglePartitionReadCommand
A read command that selects a (part of a) single partition.static class
SinglePartitionReadCommand.Group
Groups multiple single partition read commands.static class
SinglePartitionReadCommand.VirtualTableGroup
static class
SinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand
static class
SinglePartitionReadQuery.Group<T extends SinglePartitionReadQuery>
Groups multiple single partition read queries.Methods in org.apache.cassandra.db that return ReadQuery Modifier and Type Method Description static ReadQuery
PartitionRangeReadQuery. create(TableMetadata table, long nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DataRange dataRange)
static ReadQuery
ReadQuery. empty(TableMetadata metadata)
-
Uses of ReadQuery in org.apache.cassandra.service.pager
Fields in org.apache.cassandra.service.pager declared as ReadQuery Modifier and Type Field Description protected T
AbstractQueryPager. query
protected T
AbstractQueryPager. query
-