Generated by
JDiff

Class org.apache.hadoop.conf.Configuration

Added interface org.apache.hadoop.io.Writable.

Added Constructors
Configuration(boolean) A new configuration where the behavior of reading from the default resources can be turned off.
 

Added Methods
void addResource(InputStream) Add a configuration resource.
void clear() Clears all keys from the configuration.
Class[] getClasses(String, Class[]) Get the value of the name property as an array of Class.
void readFields(DataInput)  
void reloadConfiguration() Reload configuration from previously added resources.
int size() Return the number of keys in the configuration.
void writeXml(OutputStream) Write out the non-default properties in this configuration to the give OutputStream.
 

Changed Methods
void write(DataOutput) Change in signature from OutputStream to DataOutput.