Uses of Interface
org.apache.ignite.spi.systemview.view.SystemView
- 
Packages that use SystemView Package Description org.apache.ignite.spi.systemview Contains common classes and interfaces for system view SPI implementations.org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite.org.apache.ignite.spi.systemview.view.sql 
- 
- 
Uses of SystemView in org.apache.ignite.spi.systemviewMethod parameters in org.apache.ignite.spi.systemview with type arguments of type SystemView Modifier and Type Method Description voidReadOnlySystemViewRegistry. addSystemViewCreationListener(Consumer<SystemView<?>> lsnr)Adds listener of view creation events.voidSystemViewExporterSpi. setExportFilter(Predicate<SystemView<?>> filter)Sets export filter.
- 
Uses of SystemView in org.apache.ignite.spi.systemview.viewSubinterfaces of SystemView in org.apache.ignite.spi.systemview.view Modifier and Type Interface Description interfaceFiltrableSystemView<R>System view with filtering capabilities.
- 
Uses of SystemView in org.apache.ignite.spi.systemview.view.sqlConstructors in org.apache.ignite.spi.systemview.view.sql with parameters of type SystemView Constructor Description SqlViewColumnView(SystemView<?> view, Map.Entry<String,Class<?>> col)
 
-