Package org.apache.ignite.spi.metric
Interface Metric
-
- All Known Subinterfaces:
BooleanMetric,ConfigurableHistogramMetric,DoubleMetric,HistogramMetric,IntMetric,LongMetric,ObjectMetric<T>
- All Known Implementing Classes:
AbstractMetric,AtomicLongMetric,BooleanGauge,BooleanMetricImpl,DoubleGauge,DoubleMetricImpl,HistogramMetricImpl,HitRateMetric,IntGauge,IntMetricImpl,LongAdderMetric,LongAdderWithDelegateMetric,LongGauge,ObjectGauge,ObjectMetricImpl,PeriodicHistogramMetricImpl
public interface MetricBase interface for all metrics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Stringdescription()@Nullable StringgetAsString()Stringname()default voidreset()Resets metric state.
-