Package org.apache.storm.metric.api
Interface IMetricsRegistrant
-
- All Known Implementing Classes:
AutoTGT
public interface IMetricsRegistrant
Interface to allow registration of metrics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerMetrics(TopologyContext topoContext, Map<String,Object> topoConf)
-
-
-
Method Detail
-
registerMetrics
void registerMetrics(TopologyContext topoContext, Map<String,Object> topoConf)
-
-