Uses of Interface
org.apache.cassandra.db.ReadQuery
Packages that use ReadQuery
Package
Description
-
Uses of ReadQuery in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return ReadQueryModifier and TypeMethodDescriptionSelectStatement.getQuery(QueryOptions options, long nowInSec) SelectStatement.getQuery(QueryOptions options, ClientState state, ColumnFilter columnFilter, long nowInSec, int userLimit, int perPartitionLimit, int pageSize, AggregationSpecification aggregationSpec) 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.dbModifier and TypeInterfaceDescriptioninterfaceAReadQueryfor a range of partitions.interfaceAReadQueryfor a single partition.Classes in org.apache.cassandra.db that implement ReadQueryModifier and TypeClassDescriptionclassA read command that selects a (part of a) range of partitions.static classclassGeneral interface for storage-engine read commands (common to both range and single partition commands).classA read command that selects a (part of a) single partition.static classGroups multiple single partition read commands.static classstatic classstatic classGroups multiple single partition read queries.Methods in org.apache.cassandra.db that return ReadQueryModifier and TypeMethodDescriptionstatic ReadQueryPartitionRangeReadQuery.create(TableMetadata table, long 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 ReadQueryModifier and TypeFieldDescriptionprotected final TAbstractQueryPager.queryprotected final TAbstractQueryPager.query