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>
-
-
Constructor Summary
Constructors Constructor Description InternalAggregationProfileTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AggregationProfileBreakdowncreateProfileBreakdown()protected java.lang.StringgetDescriptionFromElement(Aggregator element)protected java.lang.StringgetTypeFromElement(Aggregator element)-
Methods inherited from class org.elasticsearch.search.profile.AbstractInternalProfileTree
getProfileBreakdown, getTree, pollLast
-
-
-
-
Method Detail
-
createProfileBreakdown
protected AggregationProfileBreakdown createProfileBreakdown()
- Specified by:
createProfileBreakdownin classAbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
getTypeFromElement
protected java.lang.String getTypeFromElement(Aggregator element)
- Specified by:
getTypeFromElementin classAbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
getDescriptionFromElement
protected java.lang.String getDescriptionFromElement(Aggregator element)
- Specified by:
getDescriptionFromElementin classAbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
-
-