Class JmxStormReporter
java.lang.Object
org.apache.storm.metrics2.reporters.JmxStormReporter
- All Implemented Interfaces:
- com.codahale.metrics.Reporter,- Closeable,- AutoCloseable,- StormReporter
- 
Field SummaryFieldsFields inherited from interface org.apache.storm.metrics2.reporters.StormReporterREPORT_DIMENSIONS_ENABLED, REPORT_PERIOD, REPORT_PERIOD_UNITS
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.metrics2.reporters.StormReporterprepare
- 
Field Details- 
JMX_DOMAIN- See Also:
 
 
- 
- 
Constructor Details- 
JmxStormReporterpublic JmxStormReporter()
 
- 
- 
Method Details- 
getMetricsJmxDomain
- 
preparepublic void prepare(com.codahale.metrics.MetricRegistry metricsRegistry, Map<String, Object> topoConf, Map<String, Object> reporterConf) - Specified by:
- preparein interface- StormReporter
 
- 
startpublic void start()- Specified by:
- startin interface- StormReporter
 
- 
stoppublic void stop()- Specified by:
- stopin interface- StormReporter
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
 
-