Class InternalAggregationProfileTree
java.lang.Object
org.elasticsearch.search.profile.AbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
org.elasticsearch.search.profile.aggregation.InternalAggregationProfileTree
public class InternalAggregationProfileTree
extends AbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
Field Summary
Fields inherited from class org.elasticsearch.search.profile.AbstractInternalProfileTree
breakdowns, elements, roots, stack, tree -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AggregationProfileBreakdownprotected StringgetDescriptionFromElement(Aggregator element)protected StringgetTypeFromElement(Aggregator element)static StringtypeFromAggregator(Aggregator aggregator)Methods inherited from class org.elasticsearch.search.profile.AbstractInternalProfileTree
getProfileBreakdown, getTree, pollLast
-
Constructor Details
-
InternalAggregationProfileTree
public InternalAggregationProfileTree()
-
-
Method Details
-
createProfileBreakdown
- Specified by:
createProfileBreakdownin classAbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
getTypeFromElement
- Specified by:
getTypeFromElementin classAbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
getDescriptionFromElement
- Specified by:
getDescriptionFromElementin classAbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
typeFromAggregator
-