Uses of Class
com.wavefront.agent.preprocessor.Preprocessor
-
Packages that use Preprocessor Package Description com.wavefront.agent.preprocessor -
-
Uses of Preprocessor in com.wavefront.agent.preprocessor
Methods in com.wavefront.agent.preprocessor that return Preprocessor Modifier and Type Method Description Preprocessor<String>
ReportableEntityPreprocessor. forPointLine()
Preprocessor<wavefront.report.ReportPoint>
ReportableEntityPreprocessor. forReportPoint()
Preprocessor<wavefront.report.Span>
ReportableEntityPreprocessor. forSpan()
Preprocessor<T>
Preprocessor. merge(Preprocessor<T> other)
Create a new preprocessor with rules merged from this and another preprocessor.Methods in com.wavefront.agent.preprocessor with parameters of type Preprocessor Modifier and Type Method Description Preprocessor<T>
Preprocessor. merge(Preprocessor<T> other)
Create a new preprocessor with rules merged from this and another preprocessor.
-