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
-
Method Summary
Modifier and TypeMethodDescriptionprotected AggregationProfileBreakdown
protected String
getDescriptionFromElement(Aggregator element)
protected String
getTypeFromElement(Aggregator element)
static String
typeFromAggregator(Aggregator aggregator)
Methods inherited from class org.elasticsearch.search.profile.AbstractInternalProfileTree
getProfileBreakdown, getTree, pollLast
-
Constructor Details
-
InternalAggregationProfileTree
public InternalAggregationProfileTree()
-
-
Method Details
-
createProfileBreakdown
- Specified by:
createProfileBreakdown
in classAbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
getTypeFromElement
- Specified by:
getTypeFromElement
in classAbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
getDescriptionFromElement
- Specified by:
getDescriptionFromElement
in classAbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
typeFromAggregator
-