Package com.wavefront.agent.preprocessor
Class ReportPointLimitLengthTransformer
- java.lang.Object
-
- com.wavefront.agent.preprocessor.ReportPointLimitLengthTransformer
-
- All Implemented Interfaces:
com.google.common.base.Function<wavefront.report.ReportPoint,wavefront.report.ReportPoint>
,Function<wavefront.report.ReportPoint,wavefront.report.ReportPoint>
public class ReportPointLimitLengthTransformer extends Object implements com.google.common.base.Function<wavefront.report.ReportPoint,wavefront.report.ReportPoint>
-
-
Constructor Summary
Constructors Constructor Description ReportPointLimitLengthTransformer(String scope, int maxLength, LengthLimitActionType actionSubtype, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description wavefront.report.ReportPoint
apply(wavefront.report.ReportPoint reportPoint)
-
-
-
Constructor Detail
-
ReportPointLimitLengthTransformer
public ReportPointLimitLengthTransformer(@Nonnull String scope, int maxLength, @Nonnull LengthLimitActionType actionSubtype, @Nullable String patternMatch, @Nullable Predicate<wavefront.report.ReportPoint> v2Predicate, @Nonnull PreprocessorRuleMetrics ruleMetrics)
-
-