Package | Description |
---|---|
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
org.apache.ignite.spi.metric |
Contains common classes and interfaces for metric SPI implementations.
|
org.apache.ignite.spi.metric.jmx |
Contains JMX based implementation of MetricExporterSpi.
|
org.apache.ignite.spi.metric.noop |
Contains no-op implementation of MetricExporterSpi.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyMetricRegistry |
IgniteSpiContext.getOrCreateMetricRegistry(String name)
Returns exisiting or newly created instance of metric registry with given name.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ReadOnlyMetricRegistry> |
IgniteSpiContext.metricRegistries()
Returns all registered metric registries.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteSpiContext.addMetricRegistryCreationListener(Consumer<ReadOnlyMetricRegistry> lsnr)
Register listener which will be notified on metric registry creation.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyMetricManager.addMetricRegistryCreationListener(Consumer<ReadOnlyMetricRegistry> lsnr)
Adds listener of metrics registry creation events.
|
void |
ReadOnlyMetricManager.addMetricRegistryRemoveListener(Consumer<ReadOnlyMetricRegistry> lsnr)
Adds listener of metrics registry remove events.
|
void |
MetricExporterSpi.setExportFilter(Predicate<ReadOnlyMetricRegistry> filter)
Sets export filter.
|
Modifier and Type | Method and Description |
---|---|
static Long |
MetricRegistryMBean.searchHistogram(String name,
ReadOnlyMetricRegistry mreg)
Parse attribute name for a histogram and search it's value.
|
Modifier and Type | Method and Description |
---|---|
void |
JmxMetricExporterSpi.setExportFilter(Predicate<ReadOnlyMetricRegistry> filter)
Sets export filter.
|
Constructor and Description |
---|
MetricRegistryMBean(ReadOnlyMetricRegistry mreg) |
Modifier and Type | Method and Description |
---|---|
void |
NoopMetricExporterSpi.setExportFilter(Predicate<ReadOnlyMetricRegistry> filter)
Sets export filter.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024