Uses of Interface
org.apache.ignite.spi.metric.MetricExporterSpi
-
Packages that use MetricExporterSpi Package Description org.apache.ignite.cdc org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.internal.processors.metric 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. -
-
Uses of MetricExporterSpi in org.apache.ignite.cdc
Methods in org.apache.ignite.cdc that return MetricExporterSpi Modifier and Type Method Description MetricExporterSpi[]CdcConfiguration. getMetricExporterSpi()Gets fully configured metric SPI implementations.Methods in org.apache.ignite.cdc with parameters of type MetricExporterSpi Modifier and Type Method Description voidCdcConfiguration. setMetricExporterSpi(MetricExporterSpi... metricExporterSpi)Sets fully configured instances ofMetricExporterSpi. -
Uses of MetricExporterSpi in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return MetricExporterSpi Modifier and Type Method Description MetricExporterSpi[]IgniteConfiguration. getMetricExporterSpi()Gets fully configured metric SPI implementations.Methods in org.apache.ignite.configuration with parameters of type MetricExporterSpi Modifier and Type Method Description IgniteConfigurationIgniteConfiguration. setMetricExporterSpi(MetricExporterSpi... metricExporterSpi)Sets fully configured instances ofMetricExporterSpi. -
Uses of MetricExporterSpi in org.apache.ignite.internal.processors.metric
Classes in org.apache.ignite.internal.processors.metric that implement MetricExporterSpi Modifier and Type Class Description classPushMetricsExporterAdapterBase class for exporters that pushes metrics to the external system. -
Uses of MetricExporterSpi in org.apache.ignite.spi.metric.jmx
Classes in org.apache.ignite.spi.metric.jmx that implement MetricExporterSpi Modifier and Type Class Description classJmxMetricExporterSpiOverview -
Uses of MetricExporterSpi in org.apache.ignite.spi.metric.log
Classes in org.apache.ignite.spi.metric.log that implement MetricExporterSpi Modifier and Type Class Description classLogExporterSpiThis SPI implementation exports metrics to Ignite log. -
Uses of MetricExporterSpi in org.apache.ignite.spi.metric.noop
Classes in org.apache.ignite.spi.metric.noop that implement MetricExporterSpi Modifier and Type Class Description classNoopMetricExporterSpiNo-op implementation of metric exporter SPI.
-