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 ContainsSystemView
clases that exists in Ignite.org.apache.ignite.spi.systemview.view.sql -
-
Uses of SystemView in org.apache.ignite.spi.systemview
Method parameters in org.apache.ignite.spi.systemview with type arguments of type SystemView Modifier and Type Method Description void
ReadOnlySystemViewRegistry. addSystemViewCreationListener(Consumer<SystemView<?>> lsnr)
Adds listener of view creation events.void
SystemViewExporterSpi. setExportFilter(Predicate<SystemView<?>> filter)
Sets export filter. -
Uses of SystemView in org.apache.ignite.spi.systemview.view
Subinterfaces of SystemView in org.apache.ignite.spi.systemview.view Modifier and Type Interface Description interface
FiltrableSystemView<R>
System view with filtering capabilities. -
Uses of SystemView in org.apache.ignite.spi.systemview.view.sql
Constructors in org.apache.ignite.spi.systemview.view.sql with parameters of type SystemView Constructor Description SqlViewColumnView(SystemView<?> view, Map.Entry<String,Class<?>> col)
-