Package org.apache.storm.metrics2
Interface DimensionalReporter.DimensionHandler
-
- All Known Implementing Classes:
ConsoleStormReporter
- Enclosing class:
- DimensionalReporter
public static interface DimensionalReporter.DimensionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDimensions(Map<String,String> dimensions)
Sets dimensions to be used for reporting on the next batch of metrics.
-