Class CustomWrapperInputParameterHadoopRouteValue

Direct Known Subclasses:
CustomWrapperInputParameterHdfsRouteValue

public abstract class CustomWrapperInputParameterHadoopRouteValue extends CustomWrapperInputParameterRouteValue
  • Method Details

    • getUri

      public String getUri()
      Returns the HDFS URI.
      Returns:
      the HDFS URI.
    • setUri

      public void setUri(String uri)
      Sets the HDFS URI.
      Parameters:
      uri - the HDFS URI.
    • getCustomProperties

      public Map<String,String> getCustomProperties()
      Returns the properties to customize the configuration.
      Returns:
      the custom properties.
    • setCustomProperties

      public void setCustomProperties(Map<String,String> customProperties)
      Sets the properties to customize the configuration.
      Parameters:
      customProperties - the custom properties.