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.cdcMethods 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.configurationMethods 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.metricClasses 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 classorg.apache.ignite.internal.processors.metric.PushMetricsExporterAdapterBase class for exporters that pushes metrics to the external system.
- 
Uses of MetricExporterSpi in org.apache.ignite.spi.metric.jmxClasses 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.logClasses 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.noopClasses in org.apache.ignite.spi.metric.noop that implement MetricExporterSpi Modifier and Type Class Description classNoopMetricExporterSpiNo-op implementation of metric exporter SPI.
- 
Uses of MetricExporterSpi in org.apache.ignite.spi.metric.opencensusClasses in org.apache.ignite.spi.metric.opencensus that implement MetricExporterSpi Modifier and Type Class Description classOpenCensusMetricExporterSpiOpenCensus monitoring exporter.
 
-