Package org.apache.ignite.spi.metric
Interface Metric
-
- All Known Subinterfaces:
BooleanMetric
,DoubleMetric
,HistogramMetric
,IntMetric
,LongMetric
,ObjectMetric<T>
public interface Metric
Base interface for all metrics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
description()
@Nullable String
getAsString()
String
name()
default void
reset()
Resets metric state.
-