public class IgniteMetricExporterOptions extends Object
Constructor and Description |
---|
IgniteMetricExporterOptions()
Default Constructor
|
IgniteMetricExporterOptions(IgniteMetricExporterOptions options)
Copy Constructor
|
IgniteMetricExporterOptions(JsonObject options)
Constructor from JSON
|
Modifier and Type | Method and Description |
---|---|
org.apache.ignite.spi.metric.MetricExporterSpi |
getCustomSpi() |
IgniteMetricExporterOptions |
setCustomSpi(org.apache.ignite.spi.metric.MetricExporterSpi metricExporterSpi)
Sets a custom MetricExporterSpi implementation.
|
JsonObject |
toJson()
Convert to JSON
|
public IgniteMetricExporterOptions()
public IgniteMetricExporterOptions(IgniteMetricExporterOptions options)
public IgniteMetricExporterOptions(JsonObject options)
options
- the JSONpublic org.apache.ignite.spi.metric.MetricExporterSpi getCustomSpi()
public IgniteMetricExporterOptions setCustomSpi(org.apache.ignite.spi.metric.MetricExporterSpi metricExporterSpi)
metricExporterSpi
- to set.public JsonObject toJson()
Copyright © 2023 Eclipse. All rights reserved.