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
Constructors Constructor Description VirtualTableGroup(java.util.List<SinglePartitionReadCommand> commands, DataLimits limits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartitionIterator
execute(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, one
-
Methods inherited from class org.apache.cassandra.db.SinglePartitionReadQuery.Group
columnFilter, executeInternal, executeLocally, executionController, getPager, limits, metadata, nowInSec, rowFilter, selectsClustering, selectsFullPartition, selectsKey, toString, trackWarnings
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.cassandra.db.ReadQuery
isEmpty, isTopK, maybeValidateIndex
-
-
-
-
Constructor Detail
-
VirtualTableGroup
public VirtualTableGroup(java.util.List<SinglePartitionReadCommand> commands, DataLimits limits)
-
-
Method Detail
-
execute
public PartitionIterator execute(ConsistencyLevel consistency, ClientState state, Dispatcher.RequestTime requestTime) throws RequestExecutionException
Description copied from interface:ReadQuery
Executes the query at the provided consistency level.- Specified by:
execute
in interfaceReadQuery
- Overrides:
execute
in classSinglePartitionReadCommand.Group
- Parameters:
consistency
- the consistency level to achieve for the query.state
- client state- Returns:
- the result of the query.
- Throws:
RequestExecutionException
-
-