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, int nowInSec)
ReadQuery
SelectStatement. getQuery(QueryOptions options, ColumnFilter columnFilter, int nowInSec, int userLimit, int perPartitionLimit, int pageSize)
-
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.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
SinglePartitionReadQuery.Group<T extends SinglePartitionReadQuery>
Groups multiple single partition read queries.class
VirtualTablePartitionRangeReadQuery
A read query that selects a (part of a) range of partitions of a virtual table.class
VirtualTableReadQuery
Base class for theReadQuery
implementations use to query virtual tables.class
VirtualTableSinglePartitionReadQuery
A read query that selects a (part of a) single partition of a virtual table.static class
VirtualTableSinglePartitionReadQuery.Group
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, int 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
-