Package org.apache.ignite.spi.metric
Interface IntMetric
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetAsString()intvalue()- 
Methods inherited from interface org.apache.ignite.spi.metric.Metricdescription, name, reset
 
- 
 
- 
- 
- 
Method Detail- 
valueint value() - Returns:
- Value of the metric.
 
 - 
getAsStringdefault String getAsString() - Specified by:
- getAsStringin interface- Metric
- Returns:
- String representation of metric value.
 
 
- 
 
-