Class ConsolePreparableReporter
java.lang.Object
org.apache.storm.daemon.metrics.reporters.ConsolePreparableReporter
- All Implemented Interfaces:
 PreparableReporter
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ConsolePreparableReporter
public ConsolePreparableReporter() 
 - 
 - 
Method Details
- 
prepare
public void prepare(com.codahale.metrics.MetricRegistry metricsRegistry, Map<String, Object> daemonConf) - Specified by:
 preparein interfacePreparableReporter
 - 
start
public void start()- Specified by:
 startin interfacePreparableReporter
 - 
stop
public void stop()- Specified by:
 stopin interfacePreparableReporter
 
 -