public class InternalAggregationProfileTree extends AbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>
| Constructor and Description |
|---|
InternalAggregationProfileTree() |
| Modifier and Type | Method and Description |
|---|---|
protected AggregationProfileBreakdown |
createProfileBreakdown() |
protected java.lang.String |
getDescriptionFromElement(Aggregator element) |
protected java.lang.String |
getTypeFromElement(Aggregator element) |
getProfileBreakdown, getTree, pollLastprotected AggregationProfileBreakdown createProfileBreakdown()
createProfileBreakdown in class AbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>protected java.lang.String getTypeFromElement(Aggregator element)
getTypeFromElement in class AbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>protected java.lang.String getDescriptionFromElement(Aggregator element)
getDescriptionFromElement in class AbstractInternalProfileTree<AggregationProfileBreakdown,Aggregator>