Uses of Interface
org.apache.ignite.spi.systemview.SystemViewExporterSpi
-
Packages that use SystemViewExporterSpi Package Description org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.internal.managers.systemview -
-
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 IgniteConfigurationIgniteConfiguration. setSystemViewExporterSpi(SystemViewExporterSpi... sysViewExporterSpi)Sets fully configured instances ofSystemViewExporterSpi. -
Uses of SystemViewExporterSpi in org.apache.ignite.internal.managers.systemview
Classes in org.apache.ignite.internal.managers.systemview that implement SystemViewExporterSpi Modifier and Type Class Description classAbstractSystemViewExporterSpiBasic class forSystemViewExporterSpiimplementations.classJmxSystemViewExporterSpiThis SPI implementation exports system views as JMX beans.
-