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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default @Nullable String
getAsString()
Class<T>
type()
T
value()
-
Methods inherited from interface org.apache.ignite.spi.metric.Metric
description, name, reset
-
-