| 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 |
Contains
SystemView clases that exists in Ignite. |
| org.apache.ignite.spi.systemview.view.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
FiltrableSystemViewAdapter<R,D>
System view which supports attribute filtering.
|
class |
ScanQuerySystemView<K,V>
SystemView implementation providing data about cache queries. |
class |
SystemViewAdapter<R,D>
System view backed by
data Collection. |
class |
SystemViewInnerCollectionsAdapter<C,R,D>
System view backed by
data container. |
| Modifier and Type | Method and Description |
|---|---|
<R> @Nullable SystemView<R> |
GridSystemViewManager.view(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JmxSystemViewExporterSpi.register(SystemView<?> sysView)
Registers JMX bean for specific system view.
|
<R> void |
GridSystemViewManager.registerView(SystemView<R> sysView)
Registers
SystemView instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridSystemViewManager.addSystemViewCreationListener(Consumer<SystemView<?>> lsnr)
Adds listener of view creation events.
|
void |
AbstractSystemViewExporterSpi.setExportFilter(Predicate<SystemView<?>> filter)
Sets export filter.
|
| Constructor and Description |
|---|
SystemViewMBean(SystemView<R> sysView) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Class<?>> |
MetricUtils.systemViewAttributes(SystemView<?> sysView)
Extract attributes for system view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaChangeListener.onSystemViewCreated(String schemaName,
SystemView<?> sysView)
Callback method.
|
void |
AbstractSchemaChangeListener.onSystemViewCreated(String schemaName,
SystemView<?> sysView)
Callback method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaManager.createSystemView(String schema,
SystemView<?> view)
Registers new system view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadOnlySystemViewRegistry.addSystemViewCreationListener(Consumer<SystemView<?>> lsnr)
Adds listener of view creation events.
|
void |
SystemViewExporterSpi.setExportFilter(Predicate<SystemView<?>> filter)
Sets export filter.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FiltrableSystemView<R>
System view with filtering capabilities.
|
| Constructor and Description |
|---|
SqlViewColumnView(SystemView<?> view,
Map.Entry<String,Class<?>> col) |
SqlViewView(SystemView<?> view) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023