Class QueryPlan
- java.lang.Object
-
- org.apache.cassandra.index.sasi.plan.QueryPlan
-
public class QueryPlan extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QueryPlan(ColumnFamilyStore cfs, ReadCommand command, long executionQuotaMs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnfilteredPartitionIterator
execute(ReadExecutionController executionController)
-
-
-
Constructor Detail
-
QueryPlan
public QueryPlan(ColumnFamilyStore cfs, ReadCommand command, long executionQuotaMs)
-
-
Method Detail
-
execute
public UnfilteredPartitionIterator execute(ReadExecutionController executionController) throws RequestTimeoutException
- Throws:
RequestTimeoutException
-
-