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 SummaryFields inherited from class org.elasticsearch.search.profile.AbstractInternalProfileTreebreakdowns, elements, roots, stack, tree
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected AggregationProfileBreakdownprotected StringgetDescriptionFromElement(Aggregator element)protected StringgetTypeFromElement(Aggregator element)static StringtypeFromAggregator(Aggregator aggregator)Methods inherited from class org.elasticsearch.search.profile.AbstractInternalProfileTreegetProfileBreakdown, getTree, pollLast
- 
Constructor Details- 
InternalAggregationProfileTreepublic InternalAggregationProfileTree()
 
- 
- 
Method Details- 
createProfileBreakdown- Specified by:
- createProfileBreakdownin class- AbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
 
- 
getTypeFromElement- Specified by:
- getTypeFromElementin class- AbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
 
- 
getDescriptionFromElement- Specified by:
- getDescriptionFromElementin class- AbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
 
- 
typeFromAggregator
 
-