Uses of Interface
org.apache.ignite.spi.systemview.ReadOnlySystemViewRegistry
-
Packages that use ReadOnlySystemViewRegistry Package Description org.apache.ignite.internal.managers.systemview org.apache.ignite.spi.systemview Contains common classes and interfaces for system view SPI implementations. -
-
Uses of ReadOnlySystemViewRegistry in org.apache.ignite.internal.managers.systemview
Classes in org.apache.ignite.internal.managers.systemview that implement ReadOnlySystemViewRegistry Modifier and Type Class Description classGridSystemViewManagerThis manager should provideReadOnlySystemViewRegistryfor each configuredSystemViewExporterSpi.Fields in org.apache.ignite.internal.managers.systemview declared as ReadOnlySystemViewRegistry Modifier and Type Field Description protected ReadOnlySystemViewRegistryAbstractSystemViewExporterSpi. sysViewRegSystem view registry.Methods in org.apache.ignite.internal.managers.systemview with parameters of type ReadOnlySystemViewRegistry Modifier and Type Method Description voidAbstractSystemViewExporterSpi. setSystemViewRegistry(ReadOnlySystemViewRegistry mlreg)Sets system view registry that SPI should export. -
Uses of ReadOnlySystemViewRegistry in org.apache.ignite.spi.systemview
Methods in org.apache.ignite.spi.systemview with parameters of type ReadOnlySystemViewRegistry Modifier and Type Method Description voidSystemViewExporterSpi. setSystemViewRegistry(ReadOnlySystemViewRegistry registry)Sets system view registry that SPI should export.
-