Uses of Interface
org.apache.cassandra.db.SinglePartitionReadQuery
-
Packages that use SinglePartitionReadQuery Package Description org.apache.cassandra.db org.apache.cassandra.db.partitions org.apache.cassandra.service.pager -
-
Uses of SinglePartitionReadQuery in org.apache.cassandra.db
Classes in org.apache.cassandra.db with type parameters of type SinglePartitionReadQuery Modifier and Type Class Description static classSinglePartitionReadQuery.Group<T extends SinglePartitionReadQuery>Groups multiple single partition read queries.Classes in org.apache.cassandra.db that implement SinglePartitionReadQuery Modifier and Type Class Description classSinglePartitionReadCommandA read command that selects a (part of a) single partition.static classSinglePartitionReadCommand.VirtualTableSinglePartitionReadCommandMethods in org.apache.cassandra.db that return SinglePartitionReadQuery Modifier and Type Method Description static SinglePartitionReadQuerySinglePartitionReadQuery. create(TableMetadata metadata, int nowInSec, DecoratedKey key, ColumnFilter columnFilter, ClusteringIndexFilter filter)Creates a new read query on a single partition.static SinglePartitionReadQuerySinglePartitionReadQuery. create(TableMetadata metadata, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DecoratedKey partitionKey, ClusteringIndexFilter clusteringIndexFilter)Creates a new read query on a single partition.SinglePartitionReadQuerySinglePartitionReadQuery. forPaging(Clustering<?> lastReturned, DataLimits limits)Returns a newSinglePartitionReadQuerysuitable to paging from the last returned row.SinglePartitionReadQuerySinglePartitionReadQuery. withUpdatedLimit(DataLimits newLimits)Creates a newSinglePartitionReadQuerywith the specified limits.Methods in org.apache.cassandra.db that return types with arguments of type SinglePartitionReadQuery Modifier and Type Method Description static SinglePartitionReadQuery.Group<? extends SinglePartitionReadQuery>SinglePartitionReadQuery. createGroup(TableMetadata metadata, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, java.util.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 SinglePartitionReadQuery Modifier and Type Method Description static 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 SinglePartitionReadQuery Modifier and Type Class Description classMultiPartitionPager<T extends SinglePartitionReadQuery>Pager over a list of SinglePartitionReadQuery.Methods in org.apache.cassandra.service.pager that return SinglePartitionReadQuery Modifier and Type Method Description protected SinglePartitionReadQuerySinglePartitionPager. nextPageReadQuery(int pageSize)Constructors in org.apache.cassandra.service.pager with parameters of type SinglePartitionReadQuery Constructor Description SinglePartitionPager(SinglePartitionReadQuery query, PagingState state, ProtocolVersion protocolVersion)
-