Uses of Interface
org.apache.ignite.spi.systemview.view.SystemView
-
Packages that use SystemView Package Description org.apache.ignite.internal.managers.systemview org.apache.ignite.internal.processors.metric.impl org.apache.ignite.internal.processors.query.schema org.apache.ignite.internal.processors.query.schema.management 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.internal.managers.systemview
Classes in org.apache.ignite.internal.managers.systemview that implement SystemView Modifier and Type Class Description classFiltrableSystemViewAdapter<R,D>System view which supports attribute filtering.classScanQuerySystemView<K,V>SystemViewimplementation providing data about cache queries.classSystemViewAdapter<R,D>System view backed bydataCollection.classSystemViewInnerCollectionsAdapter<C,R,D>System view backed bydatacontainer.Fields in org.apache.ignite.internal.managers.systemview with type parameters of type SystemView Modifier and Type Field Description protected @Nullable Predicate<SystemView<?>>AbstractSystemViewExporterSpi. filterSystem view filter.Methods in org.apache.ignite.internal.managers.systemview that return SystemView Modifier and Type Method Description <R> @Nullable SystemView<R>GridSystemViewManager. view(String name)Methods in org.apache.ignite.internal.managers.systemview that return types with arguments of type SystemView Modifier and Type Method Description @NotNull Iterator<SystemView<?>>GridSystemViewManager. iterator()Methods in org.apache.ignite.internal.managers.systemview with parameters of type SystemView Modifier and Type Method Description protected voidJmxSystemViewExporterSpi. register(SystemView<?> sysView)Registers JMX bean for specific system view.<R> voidGridSystemViewManager. registerView(SystemView<R> sysView)RegistersSystemViewinstance.Method parameters in org.apache.ignite.internal.managers.systemview with type arguments of type SystemView Modifier and Type Method Description voidGridSystemViewManager. addSystemViewCreationListener(Consumer<SystemView<?>> lsnr)Adds listener of view creation events.voidAbstractSystemViewExporterSpi. setExportFilter(Predicate<SystemView<?>> filter)Sets export filter.Constructors in org.apache.ignite.internal.managers.systemview with parameters of type SystemView Constructor Description SystemViewMBean(SystemView<R> sysView) -
Uses of SystemView in org.apache.ignite.internal.processors.metric.impl
Methods in org.apache.ignite.internal.processors.metric.impl with parameters of type SystemView Modifier and Type Method Description static Map<String,Class<?>>MetricUtils. systemViewAttributes(SystemView<?> sysView)Extract attributes for system view. -
Uses of SystemView in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema with parameters of type SystemView Modifier and Type Method Description voidAbstractSchemaChangeListener. onSystemViewCreated(String schemaName, SystemView<?> sysView)Callback on system view creation.voidSchemaChangeListener. onSystemViewCreated(String schemaName, SystemView<?> sysView)Callback on system view creation. -
Uses of SystemView in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type SystemView Modifier and Type Method Description voidSchemaManager. createSystemView(String schema, SystemView<?> view)Registers new system view. -
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 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.view
Subinterfaces 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.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)
-