|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryPlan
The execution plan for a given query.
Nested Class Summary | |
---|---|
static interface |
QueryPlan.Step
A Step represents a discrete, composable component of the work involved in executing a query: reading an index, filtering, sorting, aggregation. |
Method Summary | |
---|---|
QueryStats |
getQueryStats()
Retrieve the QueryStats for this plan, which include each of the Step Latencies. |
List<? extends QueryPlan.Step> |
getSteps()
Retrieve the Steps for this Plan. |
Method Detail |
---|
List<? extends QueryPlan.Step> getSteps()
QueryStats getQueryStats()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |