Class OutputProcessorConfig

java.lang.Object
com.linkedin.feathr.common.configObj.generation.OutputProcessorConfig
All Implemented Interfaces:
ConfigObj, Serializable

public class OutputProcessorConfig extends Object implements ConfigObj
Output processor config, e.g., write to HDFS processor or push to Redis processor
See Also:
  • Constructor Details

    • OutputProcessorConfig

      public OutputProcessorConfig(String name, com.typesafe.config.Config params)
      Constructor
      Parameters:
      name -
      params -
  • Method Details

    • getName

      public String getName()
    • getParams

      public com.typesafe.config.Config getParams()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object