public class JmxStormReporter extends Object implements StormReporter
Modifier and Type | Field and Description |
---|---|
static String |
JMX_DOMAIN |
REPORT_DIMENSIONS_ENABLED, REPORT_PERIOD, REPORT_PERIOD_UNITS
Constructor and Description |
---|
JmxStormReporter() |
Modifier and Type | Method and Description |
---|---|
static String |
getMetricsJmxDomain(Map reporterConf) |
void |
prepare(com.codahale.metrics.MetricRegistry metricsRegistry,
Map<String,Object> topoConf,
Map<String,Object> reporterConf) |
void |
start() |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
prepare
public static final String JMX_DOMAIN
public void prepare(com.codahale.metrics.MetricRegistry metricsRegistry, Map<String,Object> topoConf, Map<String,Object> reporterConf)
prepare
in interface StormReporter
public void start()
start
in interface StormReporter
public void stop()
stop
in interface StormReporter
Copyright © 2023 The Apache Software Foundation. All rights reserved.