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