Class AbstractMetric
- java.lang.Object
-
- org.apache.ignite.internal.processors.metric.AbstractMetric
-
- All Implemented Interfaces:
Metric
- Direct Known Subclasses:
AtomicLongMetric,BooleanGauge,BooleanMetricImpl,DoubleGauge,DoubleMetricImpl,HistogramMetricImpl,HitRateMetric,IntGauge,IntMetricImpl,LongAdderMetric,LongGauge,ObjectGauge,ObjectMetricImpl,PeriodicHistogramMetricImpl
public abstract class AbstractMetric extends Object implements Metric
Base class forMetricimplementations.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractMetric(String name, @Nullable String desc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Stringdescription()booleanequals(Object o)inthashCode()Stringname()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.spi.metric.Metric
getAsString, reset
-
-
-
-
Method Detail
-
description
@Nullable public @Nullable String description()
- Specified by:
descriptionin interfaceMetric- Returns:
- Description of the metric.
-
-