|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added interface org.apache.hadoop.io.Writable
.
Added Constructors | |
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, |
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 . |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |