Uses of Class
org.apache.cassandra.db.SinglePartitionReadCommand
-
-
Uses of SinglePartitionReadCommand in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return SinglePartitionReadCommand Modifier and Type Method Description SinglePartitionReadCommand
SelectStatement. 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).SinglePartitionReadCommand
CQL3CasRequest. readCommand(long nowInSec)
-
Uses of SinglePartitionReadCommand in org.apache.cassandra.db
Subclasses of SinglePartitionReadCommand in org.apache.cassandra.db Modifier and Type Class Description static class
SinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand
Methods in org.apache.cassandra.db that return SinglePartitionReadCommand Modifier and Type Method Description SinglePartitionReadCommand
SinglePartitionReadCommand. copy()
protected SinglePartitionReadCommand
SinglePartitionReadCommand. copyAsDigestQuery()
protected SinglePartitionReadCommand
SinglePartitionReadCommand. copyAsTransientQuery()
static SinglePartitionReadCommand
SinglePartitionReadCommand. create(TableMetadata metadata, long nowInSec, java.nio.ByteBuffer key, Slices slices)
Creates a new single partition slice command for the provided slices.static SinglePartitionReadCommand
SinglePartitionReadCommand. create(TableMetadata metadata, long nowInSec, DecoratedKey key, java.util.NavigableSet<Clustering<?>> names)
Creates a new single partition name command for the provided rows.static SinglePartitionReadCommand
SinglePartitionReadCommand. create(TableMetadata metadata, long nowInSec, DecoratedKey key, Clustering<?> name)
Creates a new single partition name command for the provided row.static SinglePartitionReadCommand
SinglePartitionReadCommand. create(TableMetadata metadata, long nowInSec, DecoratedKey key, ColumnFilter columnFilter, ClusteringIndexFilter filter)
Creates a new read command on a single partition.static SinglePartitionReadCommand
SinglePartitionReadCommand. create(TableMetadata metadata, long nowInSec, DecoratedKey key, Slice slice)
Creates a new single partition slice command for the provided single slice.static SinglePartitionReadCommand
SinglePartitionReadCommand. create(TableMetadata metadata, long nowInSec, DecoratedKey key, Slices slices)
Creates a new single partition slice command for the provided slices.static SinglePartitionReadCommand
SinglePartitionReadCommand. 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 SinglePartitionReadCommand
SinglePartitionReadCommand. 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
SinglePartitionReadCommand. forPaging(Clustering<?> lastReturned, DataLimits limits)
static SinglePartitionReadCommand
SinglePartitionReadCommand. fullPartitionRead(TableMetadata metadata, long nowInSec, java.nio.ByteBuffer key)
Creates a new read command that queries a single partition in its entirety.static SinglePartitionReadCommand
SinglePartitionReadCommand. fullPartitionRead(TableMetadata metadata, long nowInSec, DecoratedKey key)
Creates a new read command that queries a single partition in its entirety.SinglePartitionReadCommand
SinglePartitionReadCommand. withUpdatedLimit(DataLimits newLimits)
Methods in org.apache.cassandra.db with parameters of type SinglePartitionReadCommand Modifier and Type Method Description static SinglePartitionReadCommand.Group
SinglePartitionReadCommand.Group. one(SinglePartitionReadCommand command)
Method parameters in org.apache.cassandra.db with type arguments of type SinglePartitionReadCommand Modifier and Type Method Description static SinglePartitionReadCommand.Group
SinglePartitionReadCommand.Group. create(java.util.List<SinglePartitionReadCommand> commands, DataLimits limits)
Constructor parameters in org.apache.cassandra.db with type arguments of type SinglePartitionReadCommand Constructor Description VirtualTableGroup(java.util.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 SinglePartitionReadCommand Modifier and Type Method Description static UnfilteredRowIterator
UnfilteredPartitionIterators. getOnlyElement(UnfilteredPartitionIterator iter, SinglePartitionReadCommand command)
-
Uses of SinglePartitionReadCommand in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return SinglePartitionReadCommand Modifier and Type Method Description SinglePartitionReadCommand
CASRequest. 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 SinglePartitionReadCommand Modifier and Type Method Description static RowIterator
StorageProxy. readOne(SinglePartitionReadCommand command, ConsistencyLevel consistencyLevel, long queryStartNanoTime)
Method parameters in org.apache.cassandra.service with type arguments of type SinglePartitionReadCommand Modifier and Type Method Description static boolean
StorageProxy. isSafeToPerformRead(java.util.List<SinglePartitionReadCommand> queries)
-
Uses of SinglePartitionReadCommand in org.apache.cassandra.service.reads
Methods in org.apache.cassandra.service.reads with parameters of type SinglePartitionReadCommand Modifier and Type Method Description static AbstractReadExecutor
AbstractReadExecutor. getReadExecutor(SinglePartitionReadCommand command, ConsistencyLevel consistencyLevel, long queryStartNanoTime)
-