Package org.apache.flink.metrics.jmx
Class JMXReporterFactory
- java.lang.Object
-
- org.apache.flink.metrics.jmx.JMXReporterFactory
-
- All Implemented Interfaces:
MetricReporterFactory
public class JMXReporterFactory extends Object implements MetricReporterFactory
-
-
Constructor Summary
Constructors Constructor Description JMXReporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JMXReporter
createMetricReporter(Properties properties)
Creates a new metric reporter.
-
-
-
Method Detail
-
createMetricReporter
public JMXReporter createMetricReporter(Properties properties)
Description copied from interface:MetricReporterFactory
Creates a new metric reporter.- Specified by:
createMetricReporter
in interfaceMetricReporterFactory
- Parameters:
properties
- configured properties for the reporter- Returns:
- created metric reporter
-
-