Package org.apache.ignite.spi.metric
Contains common classes and interfaces for metric SPI implementations.
-
Interface Summary Interface Description BooleanMetric Interface for the metrics that holds boolean primitive.DoubleMetric Interface for the metrics that holds double primitive.HistogramMetric Histogram metric calculates counts of measurements that gets into each bounds interval.IntMetric Interface for the metrics that holds int primitive.LongMetric Interface for the metrics that holds long primitive.Metric Base interface for all metrics.MetricExporterSpi Exporter of metric information to the external recipient.ObjectMetric<T> Interface for the metrics that holds typed value.ReadOnlyMetricManager Read only metric manager.ReadOnlyMetricRegistry Read only metric registry. -
Class Summary Class Description RegexpMetricFilter Metric registry filter based on regular expression.