Package org.apache.ignite.spi.metric
Interface ObjectMetric<T>
-
- All Superinterfaces:
Metric
- All Known Subinterfaces:
ConfigurableHistogramMetric,HistogramMetric
- All Known Implementing Classes:
HistogramMetricImpl,ObjectGauge,ObjectMetricImpl,PeriodicHistogramMetricImpl
public interface ObjectMetric<T> extends Metric
Interface for the metrics that holds typed value.
-
-
Method Summary
All 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.Metric
description, name, reset
-
-