Generated by
JDiff

Class org.apache.hadoop.conf.Configuration

Added Methods
void addResource(InputStream, boolean)  
void addResource(InputStream, String, boolean)  
void addResource(String, boolean)  
void addResource(URL, boolean)  
void addResource(Path, boolean)  
void dumpConfiguration(Configuration, String, Writer) Writes properties and their attributes (final and resource) to the given Writer
  • When propertyName is not empty and the property exists in the configuration the format of the output would be
  • void setRestrictSystemProperties(boolean)  
    void setRestrictSystemPropertiesDefault(boolean)  
    void setRestrictSystemProps(boolean)  
    void writeXml(String, Writer) Write out the non-default properties in this configuration to the given Writer
  • When property name is not empty and the property exists in the configuration this method writes the property and its attributes to the Writer
  •