Uses of Class
org.apache.cassandra.db.SinglePartitionReadCommand.Group
Packages that use SinglePartitionReadCommand.Group
Package
Description
-
Uses of SinglePartitionReadCommand.Group in org.apache.cassandra.db
Subclasses of SinglePartitionReadCommand.Group in org.apache.cassandra.dbMethods in org.apache.cassandra.db that return SinglePartitionReadCommand.GroupModifier and TypeMethodDescriptionSinglePartitionReadCommand.Group.create(List<SinglePartitionReadCommand> commands, DataLimits limits) SinglePartitionReadCommand.Group.create(TableMetadata metadata, long nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, List<DecoratedKey> partitionKeys, ClusteringIndexFilter clusteringIndexFilter) SinglePartitionReadCommand.Group.one(SinglePartitionReadCommand command) -
Uses of SinglePartitionReadCommand.Group in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type SinglePartitionReadCommand.GroupModifier and TypeMethodDescriptionstatic PartitionIteratorStorageProxy.read(SinglePartitionReadCommand.Group group, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime) Performs the actual reading of a row out of the StorageService, fetching a specific set of column names from a given column family. -
Uses of SinglePartitionReadCommand.Group in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos with parameters of type SinglePartitionReadCommand.GroupModifier and TypeMethodDescriptionstatic PartitionIteratorPaxos.read(SinglePartitionReadCommand.Group group, ConsistencyLevel consistencyForConsensus, long deadline) static PartitionIteratorPaxos.read(SinglePartitionReadCommand.Group group, ConsistencyLevel consistencyForConsensus, Dispatcher.RequestTime requestTime)