Package org.apache.ignite.spi.metric
Interface ObjectMetric<T>
- 
- All Superinterfaces:
- Metric
 - All Known Subinterfaces:
- HistogramMetric
 
 public interface ObjectMetric<T> extends Metric Interface for the metrics that holds typed value.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default @Nullable StringgetAsString()Class<T>type()Tvalue()- 
Methods inherited from interface org.apache.ignite.spi.metric.Metricdescription, name, reset
 
- 
 
-