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 Summary
ConstructorsConstructorDescriptionFilterByMetricName
(List<String> whitelistPattern, List<String> blacklistPattern) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.storm.shade.com.google.common.base.Predicate
equals, test
-
Constructor Details
-
FilterByMetricName
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceorg.apache.storm.shade.com.google.common.base.Predicate<IMetricsConsumer.DataPoint>
-