Uses of Interface
org.apache.ignite.spi.systemview.SystemViewExporterSpi
-
Packages that use SystemViewExporterSpi Package Description org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of SystemViewExporterSpi in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return SystemViewExporterSpi Modifier and Type Method Description SystemViewExporterSpi[]
IgniteConfiguration. getSystemViewExporterSpi()
Gets fully configured system view SPI implementations.Methods in org.apache.ignite.configuration with parameters of type SystemViewExporterSpi Modifier and Type Method Description IgniteConfiguration
IgniteConfiguration. setSystemViewExporterSpi(SystemViewExporterSpi... sysViewExporterSpi)
Sets fully configured instances ofSystemViewExporterSpi
.
-