Class CsvPreparableReporter
java.lang.Object
org.apache.storm.daemon.metrics.reporters.CsvPreparableReporter
- All Implemented Interfaces:
 PreparableReporter
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CsvPreparableReporter
public CsvPreparableReporter() 
 - 
 - 
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
 
 -