Package cz.o2.proxima.core.metrics
Class ScalarMetric
- java.lang.Object
-
- cz.o2.proxima.core.metrics.Metric<java.lang.Double>
-
- cz.o2.proxima.core.metrics.ScalarMetric
-
- All Implemented Interfaces:
ScalarMetricMBean<java.lang.Double>
,java.io.Serializable
- Direct Known Subclasses:
AbsoluteMetric
,GaugeMetric
,TimeAveragingMetric
@Stable public abstract class ScalarMetric extends Metric<java.lang.Double> implements ScalarMetricMBean<java.lang.Double>
A metric with single scalar value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScalarMetric(java.lang.String group, java.lang.String name)
-
Method Summary
-
Methods inherited from class cz.o2.proxima.core.metrics.Metric
decrement, getValue, increment, increment, reset
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cz.o2.proxima.core.metrics.ScalarMetricMBean
getGroup, getName, getValue
-
-