com.neeve.query
Interface QueryPlan.Step

Enclosing interface:
QueryPlan

public 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
 String description()
          Retrieve a brief description of the step.
 IStats.Latencies getLatencies()
          Retrieve the Latencies for the most recent execution of this Step.
 String getName()
          Retrieve the name that describes the type of work this Step accomplishes.
 

Method Detail

getName

String getName()
Retrieve the name that describes the type of work this Step accomplishes.


getLatencies

IStats.Latencies getLatencies()
Retrieve the Latencies for the most recent execution of this Step.


description

String description()
Retrieve a brief description of the step.



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