Class ReportPointRegexMatchPredicate
- java.lang.Object
-
- com.wavefront.agent.preprocessor.predicate.ComparisonPredicate<wavefront.report.ReportPoint>
-
- com.wavefront.agent.preprocessor.predicate.ReportPointRegexMatchPredicate
-
- All Implemented Interfaces:
Predicate<wavefront.report.ReportPoint>
public class ReportPointRegexMatchPredicate extends ComparisonPredicate<wavefront.report.ReportPoint>
Predicate to perform a regexMatch for Wavefront reportable entities.- Author:
- Anil Kodali ([email protected]).
-
-
Field Summary
-
Fields inherited from class com.wavefront.agent.preprocessor.predicate.ComparisonPredicate
scope, value
-
-
Constructor Summary
Constructors Constructor Description ReportPointRegexMatchPredicate(String scope, Object value)
-