Package org.apache.storm.metric.filter
Class FilterByMetricName
java.lang.Object
org.apache.storm.metric.filter.FilterByMetricName
- All Implemented Interfaces:
- Serializable,- Predicate<IMetricsConsumer.DataPoint>,- MetricsFilter,- org.apache.storm.shade.com.google.common.base.Predicate<IMetricsConsumer.DataPoint>
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFilterByMetricName(List<String> whitelistPattern, List<String> blacklistPattern) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.shade.com.google.common.base.Predicateequals, test
- 
Constructor Details- 
FilterByMetricName
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- org.apache.storm.shade.com.google.common.base.Predicate<IMetricsConsumer.DataPoint>
 
 
-