Class OutputProcessorBuilder
java.lang.Object
com.linkedin.feathr.common.configObj.configbuilder.OutputProcessorBuilder
Output processor config object builder, e.g., HDFS, Redis processor
-
Method Summary
Modifier and TypeMethodDescriptionstatic OutputProcessorConfigbuild(com.typesafe.config.Config config) build output processor from config objectstatic OutputProcessorConfigbuild output processor from all the class as This is typically used to rebuild a new config object from the existing one when there's need to modify/pass in extra parameters
-
Method Details
-
build
build output processor from config object -
build
build output processor from all the class as This is typically used to rebuild a new config object from the existing one when there's need to modify/pass in extra parameters
-