Uses of Class
org.apache.cassandra.db.SinglePartitionReadCommand
Packages that use SinglePartitionReadCommand
Package
Description
-
Uses of SinglePartitionReadCommand in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return SinglePartitionReadCommandModifier and TypeMethodDescriptionSelectStatement.internalReadForView(DecoratedKey key, long nowInSec) Returns a read command that can be used internally to query all the rows queried by this SELECT for a give key (used for materialized views).CQL3CasRequest.readCommand(long nowInSec) -
Uses of SinglePartitionReadCommand in org.apache.cassandra.db
Subclasses of SinglePartitionReadCommand in org.apache.cassandra.dbModifier and TypeClassDescriptionstatic classMethods in org.apache.cassandra.db that return SinglePartitionReadCommandModifier and TypeMethodDescriptionSinglePartitionReadCommand.copy()protected SinglePartitionReadCommandSinglePartitionReadCommand.copyAsDigestQuery()protected SinglePartitionReadCommandSinglePartitionReadCommand.copyAsTransientQuery()static SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, ByteBuffer key, Slices slices) Creates a new single partition slice command for the provided slices.static SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, DecoratedKey key, NavigableSet<Clustering<?>> names) Creates a new single partition name command for the provided rows.static SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, DecoratedKey key, Clustering<?> name) Creates a new single partition name command for the provided row.static SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, DecoratedKey key, ColumnFilter columnFilter, ClusteringIndexFilter filter) Creates a new read command on a single partition.static SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, DecoratedKey key, Slice slice) Creates a new single partition slice command for the provided single slice.static SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, DecoratedKey key, Slices slices) Creates a new single partition slice command for the provided slices.static SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DecoratedKey partitionKey, ClusteringIndexFilter clusteringIndexFilter) Creates a new read command on a single partition.static SinglePartitionReadCommandSinglePartitionReadCommand.create(TableMetadata metadata, long nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DecoratedKey partitionKey, ClusteringIndexFilter clusteringIndexFilter, Index.QueryPlan indexQueryPlan) Creates a new read command on a single partition.SinglePartitionReadCommand.forPaging(Clustering<?> lastReturned, DataLimits limits) static SinglePartitionReadCommandSinglePartitionReadCommand.fullPartitionRead(TableMetadata metadata, long nowInSec, ByteBuffer key) Creates a new read command that queries a single partition in its entirety.static SinglePartitionReadCommandSinglePartitionReadCommand.fullPartitionRead(TableMetadata metadata, long nowInSec, DecoratedKey key) Creates a new read command that queries a single partition in its entirety.SinglePartitionReadCommand.withUpdatedLimit(DataLimits newLimits) Methods in org.apache.cassandra.db with parameters of type SinglePartitionReadCommandModifier and TypeMethodDescriptionSinglePartitionReadCommand.Group.one(SinglePartitionReadCommand command) Method parameters in org.apache.cassandra.db with type arguments of type SinglePartitionReadCommandModifier and TypeMethodDescriptionSinglePartitionReadCommand.Group.create(List<SinglePartitionReadCommand> commands, DataLimits limits) Constructor parameters in org.apache.cassandra.db with type arguments of type SinglePartitionReadCommandModifierConstructorDescriptionVirtualTableGroup(List<SinglePartitionReadCommand> commands, DataLimits limits) -
Uses of SinglePartitionReadCommand in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type SinglePartitionReadCommandModifier and TypeMethodDescriptionstatic UnfilteredRowIteratorUnfilteredPartitionIterators.getOnlyElement(UnfilteredPartitionIterator iter, SinglePartitionReadCommand command) -
Uses of SinglePartitionReadCommand in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return SinglePartitionReadCommandModifier and TypeMethodDescriptionCASRequest.readCommand(long nowInSec) The command to use to fetch the value to compare for the CAS.Methods in org.apache.cassandra.service with parameters of type SinglePartitionReadCommandModifier and TypeMethodDescriptionstatic RowIteratorStorageProxy.readOne(SinglePartitionReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime) Method parameters in org.apache.cassandra.service with type arguments of type SinglePartitionReadCommandModifier and TypeMethodDescriptionstatic booleanStorageProxy.isSafeToPerformRead(List<SinglePartitionReadCommand> queries) -
Uses of SinglePartitionReadCommand in org.apache.cassandra.service.reads
Methods in org.apache.cassandra.service.reads with parameters of type SinglePartitionReadCommandModifier and TypeMethodDescriptionstatic AbstractReadExecutorAbstractReadExecutor.getReadExecutor(SinglePartitionReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)