| Package | Description | 
|---|---|
| io.vertx.spi.cluster.ignite | 
| Modifier and Type | Method and Description | 
|---|---|
IgniteMetricExporterOptions | 
IgniteOptions.getMetricExporterSpi()  | 
IgniteMetricExporterOptions | 
IgniteMetricExporterOptions.setCustomSpi(org.apache.ignite.spi.metric.MetricExporterSpi metricExporterSpi)
Sets a custom MetricExporterSpi implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
IgniteMetricExporterOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        IgniteMetricExporterOptions obj)  | 
IgniteOptions | 
IgniteOptions.setMetricExporterSpi(IgniteMetricExporterOptions metricExporterOptions)
Sets fully configured instance of  
IgniteMetricExporterOptions. | 
static void | 
IgniteMetricExporterOptionsConverter.toJson(IgniteMetricExporterOptions obj,
      JsonObject json)  | 
static void | 
IgniteMetricExporterOptionsConverter.toJson(IgniteMetricExporterOptions obj,
      Map<String,Object> json)  | 
| Constructor and Description | 
|---|
IgniteMetricExporterOptions(IgniteMetricExporterOptions options)
Copy Constructor 
 | 
Copyright © 2023 Eclipse. All rights reserved.