Class AggregationProfiler
java.lang.Object
org.elasticsearch.search.profile.AbstractProfiler<AggregationProfileBreakdown,Aggregator>
org.elasticsearch.search.profile.aggregation.AggregationProfiler
public class AggregationProfiler extends AbstractProfiler<AggregationProfileBreakdown,Aggregator>
-
Field Summary
Fields inherited from class org.elasticsearch.search.profile.AbstractProfiler
profileTree -
Constructor Summary
Constructors Constructor Description AggregationProfiler() -
Method Summary
Modifier and Type Method Description static java.util.List<java.lang.String>getAggregatorPath(Aggregator agg)AggregationProfileBreakdowngetQueryBreakdown(Aggregator agg)Get theAbstractProfileBreakdownfor the given element in the tree, potentially creating it if it did not exist.Methods inherited from class org.elasticsearch.search.profile.AbstractProfiler
getTree, pollLastElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AggregationProfiler
public AggregationProfiler()
-
-
Method Details
-
getQueryBreakdown
Description copied from class:AbstractProfilerGet theAbstractProfileBreakdownfor the given element in the tree, potentially creating it if it did not exist.- Overrides:
getQueryBreakdownin classAbstractProfiler<AggregationProfileBreakdown,Aggregator>
-
getAggregatorPath
-