Uses of Package
org.apache.ignite.spi.metric
-
Packages that use org.apache.ignite.spi.metric Package Description org.apache.ignite.cdc org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.metric org.apache.ignite.internal.processors.metric.impl org.apache.ignite.metric Contains interfaces for updatable custom and read-only internal metrics.org.apache.ignite.spi Contains common classes and interfaces for SPI implementations.org.apache.ignite.spi.metric Contains common classes and interfaces for metric SPI implementations.org.apache.ignite.spi.metric.jmx Contains JMX based implementation of MetricExporterSpi.org.apache.ignite.spi.metric.log Contains push to log implementation of MetricExporterSpi.org.apache.ignite.spi.metric.noop Contains no-op implementation of MetricExporterSpi.org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.cdc Class Description MetricExporterSpi Exporter of metric information to the external recipient. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.configuration Class Description MetricExporterSpi Exporter of metric information to the external recipient. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.internal.processors.cache.persistence.wal.reader Class Description ReadOnlyMetricRegistry Read only metric registry. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.internal.processors.metric Class Description HistogramMetric Histogram metric calculates counts of measurements that gets into each bounds interval.Metric Base interface for all metrics.MetricExporterSpi Exporter of metric information to the external recipient.ObjectMetric Interface for the metrics that holds typed value.ReadOnlyMetricManager Read only metric manager.ReadOnlyMetricRegistry Read only metric registry. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.internal.processors.metric.impl Class 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.ObjectMetric Interface for the metrics that holds typed value. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.metric Class Description ReadOnlyMetricRegistry Read only metric registry. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.spi Class Description ReadOnlyMetricRegistry Read only metric registry. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.spi.metric Class Description Metric Base interface for all metrics.ObjectMetric Interface for the metrics that holds typed value.ReadOnlyMetricManager Read only metric manager.ReadOnlyMetricRegistry Read only metric registry. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.spi.metric.jmx Class Description MetricExporterSpi Exporter of metric information to the external recipient.ReadOnlyMetricManager Read only metric manager.ReadOnlyMetricRegistry Read only metric registry. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.spi.metric.log Class Description MetricExporterSpi Exporter of metric information to the external recipient. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.spi.metric.noop Class Description MetricExporterSpi Exporter of metric information to the external recipient.ReadOnlyMetricManager Read only metric manager.ReadOnlyMetricRegistry Read only metric registry. -
Classes in org.apache.ignite.spi.metric used by org.apache.ignite.spi.systemview.view Class Description Metric Base interface for all metrics.