Package org.apache.cassandra.db
Class SinglePartitionReadCommand.VirtualTableGroup
java.lang.Object
org.apache.cassandra.db.SinglePartitionReadQuery.Group<SinglePartitionReadCommand>
org.apache.cassandra.db.SinglePartitionReadCommand.Group
org.apache.cassandra.db.SinglePartitionReadCommand.VirtualTableGroup
- All Implemented Interfaces:
ReadQuery
- Enclosing class:
- SinglePartitionReadCommand
public static class SinglePartitionReadCommand.VirtualTableGroup
extends SinglePartitionReadCommand.Group
-
Field Summary
Fields inherited from class org.apache.cassandra.db.SinglePartitionReadQuery.Group
queries -
Constructor Summary
ConstructorsConstructorDescriptionVirtualTableGroup(List<SinglePartitionReadCommand> commands, DataLimits limits) -
Method Summary
Modifier and TypeMethodDescriptionexecute(ConsistencyLevel consistency, ClientState state, Dispatcher.RequestTime requestTime) Executes the query at the provided consistency level.Methods inherited from class org.apache.cassandra.db.SinglePartitionReadCommand.Group
create, create, oneMethods inherited from class org.apache.cassandra.db.SinglePartitionReadQuery.Group
columnFilter, executeInternal, executeLocally, executionController, getPager, limits, maybeValidateIndex, metadata, nowInSec, rowFilter, selectsClustering, selectsFullPartition, selectsKey, toString, trackWarnings
-
Constructor Details
-
VirtualTableGroup
-
-
Method Details
-
execute
public PartitionIterator execute(ConsistencyLevel consistency, ClientState state, Dispatcher.RequestTime requestTime) throws RequestExecutionException Description copied from interface:ReadQueryExecutes the query at the provided consistency level.- Specified by:
executein interfaceReadQuery- Overrides:
executein classSinglePartitionReadCommand.Group- Parameters:
consistency- the consistency level to achieve for the query.state- client staterequestTime- request enqueue / and start times- Returns:
- the result of the query.
- Throws:
RequestExecutionException
-