|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gmetrics.metricset.CompositeMetricSet
class CompositeMetricSet
A MetricSet implementation that aggregates a set of MetricSets and Metrics.
| Constructor Summary | |
CompositeMetricSet()
|
|
| Method Summary | |
|---|---|
void
|
addMetric(Metric metric)
Add a single Metric to this MetricSet |
void
|
addMetricSet(MetricSet metricSet)
Add all of the Metrics within the specified MetricSet to this MetricSet |
List
|
getMetrics()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
CompositeMetricSet()
| Method Detail |
|---|
void addMetric(Metric metric)
void addMetricSet(MetricSet metricSet)
List getMetrics()
Groovy Documentation