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 classLineBasedAllowFilter"Allow list" regex filter.classLineBasedBlockFilterBlocking regex-based filter.classReportPointAllowFilter"Allow list" regex filter.classReportPointBlockFilterBlocking regex-based 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.classSpanAllowFilter"Allow list" regex filter.classSpanBlockFilterBlocking regex-based 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
-