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