Class AggregationProfileBreakdown
java.lang.Object
org.elasticsearch.search.profile.AbstractProfileBreakdown<AggregationTimingType>
org.elasticsearch.search.profile.aggregation.AggregationProfileBreakdown
AbstractProfileBreakdown customized to work with aggregations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDebugInfo(String key, Object value)
Add extra debugging information about the aggregation.Fetch extra debugging information.Methods inherited from class org.elasticsearch.search.profile.AbstractProfileBreakdown
getTimer, setTimer, toBreakdownMap, toNodeTime
-
Constructor Details
-
AggregationProfileBreakdown
public AggregationProfileBreakdown()
-
-
Method Details
-
addDebugInfo
Add extra debugging information about the aggregation. -
toDebugMap
Description copied from class:AbstractProfileBreakdown
Fetch extra debugging information.- Overrides:
toDebugMap
in classAbstractProfileBreakdown<AggregationTimingType>
-