Interface StormMetricsFilter
- All Superinterfaces:
- com.codahale.metrics.MetricFilter
- All Known Implementing Classes:
- RegexFilter
public interface StormMetricsFilter
extends com.codahale.metrics.MetricFilter
- 
Field SummaryFields inherited from interface com.codahale.metrics.MetricFilterALL
- 
Method SummaryMethods inherited from interface com.codahale.metrics.MetricFiltermatches
- 
Method Details- 
prepareCalled after the filter is instantiated.- Parameters:
- config- A map of the properties from the 'filter' section of the reporter configuration.
 
 
-