Class MetricsTable
java.lang.Object
org.duracloud.common.util.metrics.MetricsTable
This class aggregates Metrics into a hierarchy roughly similar to a call
stack.
- Author:
- Andrew Woods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddSubMetric(Metric parent, MetricsTable subTable) getElements(Metric parent) getSubTable(Metric parent, Metric.MetricElement elem)
-
Constructor Details
-
MetricsTable
public MetricsTable()
-
-
Method Details
-
addMetric
-
addSubMetric
-
getMetrics
-
getElements
-
getSubTable
- Throws:
MetricException
-