Class JmxStormReporter
java.lang.Object
org.apache.storm.metrics2.reporters.JmxStormReporter
- All Implemented Interfaces:
com.codahale.metrics.Reporter
,StormReporter
-
Field Summary
Fields inherited from interface org.apache.storm.metrics2.reporters.StormReporter
REPORT_DIMENSIONS_ENABLED, REPORT_PERIOD, REPORT_PERIOD_UNITS
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.storm.metrics2.reporters.StormReporter
prepare
-
Field Details
-
JMX_DOMAIN
- See Also:
-
-
Constructor Details
-
JmxStormReporter
public JmxStormReporter()
-
-
Method Details
-
getMetricsJmxDomain
-
prepare
public void prepare(com.codahale.metrics.MetricRegistry metricsRegistry, Map<String, Object> topoConf, Map<String, Object> reporterConf) - Specified by:
prepare
in interfaceStormReporter
-
start
public void start()- Specified by:
start
in interfaceStormReporter
-
stop
public void stop()- Specified by:
stop
in interfaceStormReporter
-