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.org.apache.ignite.spi.metric.opencensus -
-
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 void
CdcConfiguration. 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 IgniteConfiguration
IgniteConfiguration. 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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw MetricExporterSpi Modifier and Type Class Description class
org.apache.ignite.internal.processors.metric.PushMetricsExporterAdapter
Base 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 class
JmxMetricExporterSpi
Overview -
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 class
LogExporterSpi
This 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 class
NoopMetricExporterSpi
No-op implementation of metric exporter SPI. -
Uses of MetricExporterSpi in org.apache.ignite.spi.metric.opencensus
Classes in org.apache.ignite.spi.metric.opencensus that implement MetricExporterSpi Modifier and Type Class Description class
OpenCensusMetricExporterSpi
OpenCensus monitoring exporter.
-