@MXBeanDescription(value="MBean that provides access to Ignite metrics management methods.") public interface MetricsMxBean
Modifier and Type | Method and Description |
---|---|
void |
configureHistogramMetric(String name,
long[] bounds)
Change
HistogramMetric configuration. |
void |
configureHitRateMetric(String name,
long rateTimeInterval)
Change
HitRateMetric configuration. |
void |
resetMetrics(String registry)
Resets metrics for of a given registry.
|
@MXBeanDescription(value="Resets metrics of a given registry.") void resetMetrics(@MXBeanParameter(name="registry",description="Metrics registry.") String registry)
registry
- Metrics registry name.@MXBeanDescription(value="Configure hitrate metric.") void configureHitRateMetric(@MXBeanParameter(name="name",description="Metric name.") String name, @MXBeanParameter(name="cfg",description="New rate time interval.") long rateTimeInterval) throws IgniteException
HitRateMetric
configuration.
Call of this method will change metric configuration across all cluster nodes.name
- Metric name.rateTimeInterval
- New rate time interval.IgniteException
- If some error occured.@MXBeanDescription(value="Configure histogram metric.") void configureHistogramMetric(@MXBeanParameter(name="name",description="Metric name.") String name, @MXBeanParameter(name="cfg",description="New bounds.") long[] bounds) throws IgniteException
HistogramMetric
configuration.
Call of this method will change metric configuration across all cluster nodes.name
- Metric name.bounds
- New bounds.IgniteException
- If some error occured.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024