Class ConsolePreparableReporter
- java.lang.Object
-
- org.apache.storm.daemon.metrics.reporters.ConsolePreparableReporter
-
- All Implemented Interfaces:
PreparableReporter
public class ConsolePreparableReporter extends Object implements PreparableReporter
-
-
Constructor Summary
Constructors Constructor Description ConsolePreparableReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare(com.codahale.metrics.MetricRegistry metricsRegistry, Map<String,Object> daemonConf)
void
start()
void
stop()
-
-
-
Method Detail
-
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
-
-