Package cz.o2.proxima.core.metrics
Interface ScalarMetricMBean<T>
-
- All Known Implementing Classes:
AbsoluteMetric
,GaugeMetric
,ScalarMetric
,TimeAveragingMetric
@Stable public interface ScalarMetricMBean<T>
A bean representing a metric.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getGroup()
java.lang.String
getName()
T
getValue()
-
-
-
Method Detail
-
getGroup
java.lang.String getGroup()
-
getName
java.lang.String getName()
-
getValue
T getValue()
-
-