Class MetricsInfo
- java.lang.Object
-
- org.apache.heron.spi.metricsmgr.metrics.MetricsInfo
-
public class MetricsInfo extends Object
An immutable class providing a view of MetricsInfo The value is in type String, and IMetricsSink would determine how to parse it.
-
-
Constructor Summary
Constructors Constructor Description MetricsInfo(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get the name of the metricString
getValue()
Get the value of the metricString
toString()
-