public class MetricSet extends AbstractMetric<Metric>
| Modifier and Type | Method and Description |
|---|---|
Metric<Metric> |
aggregate(Metric<Metric> metricMetric) |
Metric<Metric> |
delta(Metric<Metric> metricMetric) |
<T extends Metric<S>,S> |
getMetric(MutationMetric<T,S> type) |
Set<MutationMetric> |
getMetricTypes() |
void |
put(MutationMetric type,
Metric metric) |
getType, getValuepublic MetricSet(Metric value)
public Set<MutationMetric> getMetricTypes()
public <T extends Metric<S>,S> T getMetric(MutationMetric<T,S> type)
public void put(MutationMetric type, Metric metric)
Copyright © 2004-2013. All Rights Reserved.