Package org.elasticsearch.search.profile
Class AbstractProfileBreakdown<T extends Enum<T>>
java.lang.Object
org.elasticsearch.search.profile.AbstractProfileBreakdown<T>
- Direct Known Subclasses:
AggregationProfileBreakdown
,QueryProfileBreakdown
A record of timings for the various operations that may happen during query execution.
A node's time may be composed of several internal attributes (rewriting, weighting,
scoring, etc).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Build a timing count breakdown.Fetch extra debugging information.long
-
Constructor Details
-
AbstractProfileBreakdown
Sole constructor.
-
-
Method Details
-
getTimer
-
setTimer
-
toBreakdownMap
Build a timing count breakdown. -
toDebugMap
Fetch extra debugging information. -
toNodeTime
public final long toNodeTime()
-