Uses of Class
io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
-
Packages that use IgniteMetricExporterOptions Package Description io.vertx.spi.cluster.ignite -
-
Uses of IgniteMetricExporterOptions in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite that return IgniteMetricExporterOptions Modifier and Type Method Description IgniteMetricExporterOptions
IgniteOptions. getMetricExporterSpi()
IgniteMetricExporterOptions
IgniteMetricExporterOptions. setCustomSpi(org.apache.ignite.spi.metric.MetricExporterSpi metricExporterSpi)
Sets a custom MetricExporterSpi implementation.Methods in io.vertx.spi.cluster.ignite with parameters of type IgniteMetricExporterOptions Modifier and Type Method Description IgniteOptions
IgniteOptions. setMetricExporterSpi(IgniteMetricExporterOptions metricExporterOptions)
Sets fully configured instance ofIgniteMetricExporterOptions
.Constructors in io.vertx.spi.cluster.ignite with parameters of type IgniteMetricExporterOptions Constructor Description IgniteMetricExporterOptions(IgniteMetricExporterOptions options)
Copy Constructor
-