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 class
PointLineBlacklistRegexFilter
Blacklist regex filter.class
PointLineWhitelistRegexFilter
Whitelist regex filter.class
ReportPointBlacklistRegexFilter
Blacklist regex filter.class
ReportPointTimestampInRangeFilter
Filter 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.class
ReportPointWhitelistRegexFilter
Whitelist regex filter.class
SpanBlacklistRegexFilter
Blacklist regex filter.class
SpanWhitelistRegexFilter
Whitelist 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 void
Preprocessor. addFilter(int index, AnnotatedPredicate<T> filter)
Register a filter rule and place it at a specific indexvoid
Preprocessor. addFilter(AnnotatedPredicate<T> filter)
Register a filter rule
-