Module org.elasticsearch.server
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 -
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
-