|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
String getName()
IStats.Latencies getLatencies()
String description()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |