Uses of Interface
com.wavefront.agent.preprocessor.AnnotatedPredicate
-
Packages that use AnnotatedPredicate Package Description com.wavefront.agent.preprocessor -
-
Uses of AnnotatedPredicate in com.wavefront.agent.preprocessor
Classes in com.wavefront.agent.preprocessor that implement AnnotatedPredicate Modifier and Type Class Description classPointLineBlacklistRegexFilterBlacklist regex filter.classPointLineWhitelistRegexFilterWhitelist regex filter.classReportPointBlacklistRegexFilterBlacklist regex filter.classReportPointTimestampInRangeFilterFilter condition for valid timestamp - should be no more than 1 day in the future and no more than X hours (usually 8760, or 1 year) in the past Created by Vasily on 9/16/16.classReportPointWhitelistRegexFilterWhitelist regex filter.classSpanBlacklistRegexFilterBlacklist regex filter.classSpanWhitelistRegexFilterWhitelist regex filter.Methods in com.wavefront.agent.preprocessor that return types with arguments of type AnnotatedPredicate Modifier and Type Method Description List<AnnotatedPredicate<T>>Preprocessor. getFilters()Check all filter rules as an immutable listMethods in com.wavefront.agent.preprocessor with parameters of type AnnotatedPredicate Modifier and Type Method Description voidPreprocessor. addFilter(int index, AnnotatedPredicate<T> filter)Register a filter rule and place it at a specific indexvoidPreprocessor. addFilter(AnnotatedPredicate<T> filter)Register a filter rule
-