Package org.apache.ignite.spi.metric
Interface IntMetric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
getAsString()
int
value()
-
Methods inherited from interface org.apache.ignite.spi.metric.Metric
description, name, reset
-
-
-
-
Method Detail
-
value
int value()
- Returns:
- Value of the metric.
-
getAsString
default String getAsString()
- Specified by:
getAsString
in interfaceMetric
- Returns:
- String representation of metric value.
-
-