Class 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]).
    • Constructor Detail

      • ReportPointRegexMatchPredicate

        public ReportPointRegexMatchPredicate​(String scope,
                                              Object value)
    • Method Detail

      • test

        public boolean test​(wavefront.report.ReportPoint reportPoint)