| Package | Description |
|---|---|
| org.apache.ignite.internal.managers.systemview | |
| 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. |
| 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 |
|---|---|
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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021