Uses of Interface
org.apache.cassandra.db.SinglePartitionReadQuery
Packages that use SinglePartitionReadQuery
Package
Description
-
Uses of SinglePartitionReadQuery in org.apache.cassandra.db
Classes in org.apache.cassandra.db with type parameters of type SinglePartitionReadQueryModifier and TypeClassDescriptionstatic classGroups multiple single partition read queries.Classes in org.apache.cassandra.db that implement SinglePartitionReadQueryModifier and TypeClassDescriptionclassA read command that selects a (part of a) single partition.static classMethods in org.apache.cassandra.db that return SinglePartitionReadQueryModifier and TypeMethodDescriptionstatic SinglePartitionReadQuerySinglePartitionReadQuery.create(TableMetadata metadata, long nowInSec, DecoratedKey key, ColumnFilter columnFilter, ClusteringIndexFilter filter) Creates a new read query on a single partition.static SinglePartitionReadQuerySinglePartitionReadQuery.create(TableMetadata metadata, long nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DecoratedKey partitionKey, ClusteringIndexFilter clusteringIndexFilter) Creates a new read query on a single partition.SinglePartitionReadQuery.forPaging(Clustering<?> lastReturned, DataLimits limits) Returns a newSinglePartitionReadQuerysuitable to paging from the last returned row.SinglePartitionReadQuery.withUpdatedLimit(DataLimits newLimits) Creates a newSinglePartitionReadQuerywith the specified limits.Methods in org.apache.cassandra.db that return types with arguments of type SinglePartitionReadQueryModifier and TypeMethodDescriptionstatic SinglePartitionReadQuery.Group<? extends SinglePartitionReadQuery>SinglePartitionReadQuery.createGroup(TableMetadata metadata, long nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, List<DecoratedKey> partitionKeys, ClusteringIndexFilter clusteringIndexFilter) -
Uses of SinglePartitionReadQuery in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type SinglePartitionReadQueryModifier and TypeMethodDescriptionstatic RowIteratorPartitionIterators.getOnlyElement(PartitionIterator iter, SinglePartitionReadQuery query) -
Uses of SinglePartitionReadQuery in org.apache.cassandra.service.pager
Classes in org.apache.cassandra.service.pager with type parameters of type SinglePartitionReadQueryModifier and TypeClassDescriptionclassMultiPartitionPager<T extends SinglePartitionReadQuery>Pager over a list of SinglePartitionReadQuery.Methods in org.apache.cassandra.service.pager that return SinglePartitionReadQueryModifier and TypeMethodDescriptionprotected SinglePartitionReadQuerySinglePartitionPager.nextPageReadQuery(int pageSize) Constructors in org.apache.cassandra.service.pager with parameters of type SinglePartitionReadQueryModifierConstructorDescriptionSinglePartitionPager(SinglePartitionReadQuery query, PagingState state, ProtocolVersion protocolVersion)