Class AggregationProfiler
java.lang.Object
org.elasticsearch.search.profile.AbstractProfiler<AggregationProfileBreakdown,Aggregator>
org.elasticsearch.search.profile.aggregation.AggregationProfiler
-
Field Summary
Fields inherited from class org.elasticsearch.search.profile.AbstractProfiler
profileTree
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet theAbstractProfileBreakdown
for the given element in the tree, potentially creating it if it did not exist.Methods inherited from class org.elasticsearch.search.profile.AbstractProfiler
getTree, pollLastElement
-
Constructor Details
-
AggregationProfiler
public AggregationProfiler()
-
-
Method Details
-
getQueryBreakdown
Description copied from class:AbstractProfiler
Get theAbstractProfileBreakdown
for the given element in the tree, potentially creating it if it did not exist.- Overrides:
getQueryBreakdown
in classAbstractProfiler<AggregationProfileBreakdown,Aggregator>
-
getAggregatorPath
-