Package org.apache.flink.metrics.jmx
Class JMXReporterFactory
- java.lang.Object
-
- org.apache.flink.metrics.jmx.JMXReporterFactory
-
- All Implemented Interfaces:
org.apache.flink.metrics.reporter.MetricReporterFactory
public class JMXReporterFactory extends Object implements org.apache.flink.metrics.reporter.MetricReporterFactory
MetricReporterFactoryforJMXReporter.
-
-
Constructor Summary
Constructors Constructor Description JMXReporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JMXReportercreateMetricReporter(Properties properties)
-
-
-
Method Detail
-
createMetricReporter
public JMXReporter createMetricReporter(Properties properties)
- Specified by:
createMetricReporterin interfaceorg.apache.flink.metrics.reporter.MetricReporterFactory
-
-