Class MetricService
-
- All Implemented Interfaces:
public final class MetricService
-
-
Constructor Summary
Constructors Constructor Description MetricService()
-
Method Summary
Modifier and Type Method Description final UnittrackMetric(MetricType metric)final Map<MetricType, Integer>getCurrentMetrics()-
-
Method Detail
-
trackMetric
final Unit trackMetric(MetricType metric)
-
getCurrentMetrics
final Map<MetricType, Integer> getCurrentMetrics()
-
-
-
-