|
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)
metric
- - the Metric to add
void addMetricSet(MetricSet metricSet)
metricSet
- - the MetricSet whose Metrics are to be included
List getMetrics()
Groovy Documentation