public interface QueryPlan
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
List<? extends QueryPlan.Step> getSteps()
QueryStats getQueryStats()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.