@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.") @MXBeanParametersNames(value="registry") @MXBeanParametersDescriptions(value="Metrics registry.") void resetMetrics(String registry)
registry
- Metrics registry name.@MXBeanDescription(value="Configure hitrate metric.") @MXBeanParametersNames(value={"name","cfg"}) @MXBeanParametersDescriptions(value={"Metric name.","New rate time interval."}) void configureHitRateMetric(String name, 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.") @MXBeanParametersNames(value={"name","cfg"}) @MXBeanParametersDescriptions(value={"Metric name.","New bounds."}) void configureHistogramMetric(String name, 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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020