Interface StormMetricsFilter
-
- All Superinterfaces:
com.codahale.metrics.MetricFilter
- All Known Implementing Classes:
RegexFilter
public interface StormMetricsFilter extends com.codahale.metrics.MetricFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
prepare(Map<String,Object> config)
Called after the filter is instantiated.
-