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 ReadQuerySelectStatement. getQuery(QueryOptions options, int nowInSec)ReadQuerySelectStatement. 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 interfacePartitionRangeReadQueryAReadQueryfor a range of partitions.interfaceSinglePartitionReadQueryAReadQueryfor a single partition.Classes in org.apache.cassandra.db that implement ReadQuery Modifier and Type Class Description classPartitionRangeReadCommandA read command that selects a (part of a) range of partitions.classReadCommandGeneral interface for storage-engine read commands (common to both range and single partition commands).classSinglePartitionReadCommandA read command that selects a (part of a) single partition.static classSinglePartitionReadCommand.GroupGroups multiple single partition read commands.static classSinglePartitionReadQuery.Group<T extends SinglePartitionReadQuery>Groups multiple single partition read queries.classVirtualTablePartitionRangeReadQueryA read query that selects a (part of a) range of partitions of a virtual table.classVirtualTableReadQueryBase class for theReadQueryimplementations use to query virtual tables.classVirtualTableSinglePartitionReadQueryA read query that selects a (part of a) single partition of a virtual table.static classVirtualTableSinglePartitionReadQuery.GroupGroups multiple single partition read queries.Methods in org.apache.cassandra.db that return ReadQuery Modifier and Type Method Description static ReadQueryPartitionRangeReadQuery. create(TableMetadata table, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DataRange dataRange)static ReadQueryReadQuery. 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 TAbstractQueryPager. queryprotected TAbstractQueryPager. query
-