Package org.onosproject.cpman
Class MetricValue
- java.lang.Object
-
- org.onosproject.cpman.MetricValue
-
public final class MetricValue extends Object
Primitive Metric Value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetricValue.Builder
MetricValue builder class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getCount()
Returns count value.long
getLoad()
Returns load value.long
getRate()
Returns rate value.int
hashCode()
String
toString()
-