Package com.wavefront.agent.preprocessor
Class PreprocessorConfigManager
- java.lang.Object
-
- com.wavefront.agent.preprocessor.PreprocessorConfigManager
-
public class PreprocessorConfigManager extends Object
Parses preprocessor rules (organized by listening port) Created by Vasily on 9/15/16.
-
-
Constructor Summary
Constructors Constructor Description PreprocessorConfigManager()
PreprocessorConfigManager(String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Supplier<ReportableEntityPreprocessor>
get(String handle)
ReportableEntityPreprocessor
getSystemPreprocessor(String key)
-
-
-
Constructor Detail
-
PreprocessorConfigManager
public PreprocessorConfigManager()
-
PreprocessorConfigManager
public PreprocessorConfigManager(@Nullable String fileName) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-
Method Detail
-
getSystemPreprocessor
public ReportableEntityPreprocessor getSystemPreprocessor(String key)
-
get
public Supplier<ReportableEntityPreprocessor> get(String handle)
-
-