Package org.apache.storm.metrics2
Interface DimensionalReporter.DimensionHandler
- All Known Implementing Classes:
 ConsoleStormReporter
- Enclosing class:
 - DimensionalReporter
 
public static interface DimensionalReporter.DimensionHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetDimensions(Map<String, String> dimensions) Sets dimensions to be used for reporting on the next batch of metrics. 
- 
Method Details
- 
setDimensions
Sets dimensions to be used for reporting on the next batch of metrics.- Parameters:
 dimensions- dimensions valid for use in the next scheduled report.
 
 -