com.neeve.query
Interface QueryPlan


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

getSteps

List<? extends QueryPlan.Step> getSteps()
Retrieve the Steps for this Plan.


getQueryStats

QueryStats getQueryStats()
Retrieve the QueryStats for this plan, which include each of the Step Latencies.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.