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 SinglePartitionReadCommandSelectStatement. internalReadForView(DecoratedKey key, int 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).SinglePartitionReadCommandCQL3CasRequest. readCommand(int nowInSec) -
Uses of SinglePartitionReadCommand in org.apache.cassandra.db
Subclasses of SinglePartitionReadCommand in org.apache.cassandra.db Modifier and Type Class Description static classSinglePartitionReadCommand.VirtualTableSinglePartitionReadCommandMethods in org.apache.cassandra.db that return SinglePartitionReadCommand Modifier and Type Method Description SinglePartitionReadCommandSinglePartitionReadCommand. copy()protected SinglePartitionReadCommandSinglePartitionReadCommand. copyAsDigestQuery()protected SinglePartitionReadCommandSinglePartitionReadCommand. copyAsTransientQuery()static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int nowInSec, java.nio.ByteBuffer key, Slices slices)Creates a new single partition slice command for the provided slices.static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int nowInSec, DecoratedKey key, java.util.NavigableSet<Clustering<?>> names)Creates a new single partition name command for the provided rows.static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int nowInSec, DecoratedKey key, Clustering<?> name)Creates a new single partition name command for the provided row.static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int nowInSec, DecoratedKey key, ColumnFilter columnFilter, ClusteringIndexFilter filter)Creates a new read command on a single partition.static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int nowInSec, DecoratedKey key, Slice slice)Creates a new single partition slice command for the provided single slice.static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int nowInSec, DecoratedKey key, Slices slices)Creates a new single partition slice command for the provided slices.static SinglePartitionReadCommandSinglePartitionReadCommand. create(TableMetadata metadata, int 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, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DecoratedKey partitionKey, ClusteringIndexFilter clusteringIndexFilter, IndexMetadata indexMetadata)Creates a new read command on a single partition.SinglePartitionReadCommandSinglePartitionReadCommand. forPaging(Clustering<?> lastReturned, DataLimits limits)static SinglePartitionReadCommandSinglePartitionReadCommand. fullPartitionRead(TableMetadata metadata, int nowInSec, java.nio.ByteBuffer key)Creates a new read command that queries a single partition in its entirety.static SinglePartitionReadCommandSinglePartitionReadCommand. fullPartitionRead(TableMetadata metadata, int nowInSec, DecoratedKey key)Creates a new read command that queries a single partition in its entirety.SinglePartitionReadCommandSinglePartitionReadCommand. withUpdatedLimit(DataLimits newLimits)Methods in org.apache.cassandra.db with parameters of type SinglePartitionReadCommand Modifier and Type Method Description static SinglePartitionReadCommand.GroupSinglePartitionReadCommand.Group. one(SinglePartitionReadCommand command)Method parameters in org.apache.cassandra.db with type arguments of type SinglePartitionReadCommand Modifier and Type Method Description static SinglePartitionReadCommand.GroupSinglePartitionReadCommand.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 UnfilteredRowIteratorUnfilteredPartitionIterators. 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 SinglePartitionReadCommandCASRequest. readCommand(int 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 RowIteratorStorageProxy. readOne(SinglePartitionReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime) -
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 AbstractReadExecutorAbstractReadExecutor. getReadExecutor(SinglePartitionReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)
-