Generated by
JDiff

Class org.apache.hadoop.io.DefaultStringifier

Removed interface org.apache.hadoop.io.Stringifier.
Added interface org.apache.hadoop.io.Stringifier.

Changed Constructors
DefaultStringifier(Configuration, Class) Change in type from (Configuration, Class) to (Configuration, Class).
 
 

Changed Methods
Object fromString(String) Change in return type from T to Object.
 
Object load(Configuration, String, Class) Change in return type from K to Object.
Change in signature from (Configuration, String, Class) to (Configuration, String, Class).
Restores the object from the configuration.
Object[] loadArray(Configuration, String, Class) Change in return type from K[] to Object[].
Change in signature from (Configuration, String, Class) to (Configuration, String, Class).
Restores the array of objects from the configuration.
void store(Configuration, Object, String) Change in signature from (Configuration, K, String) to (Configuration, Object, String).
Stores the item in the configuration with the given keyName.
void storeArray(Configuration, Object[], String) Change in signature from (Configuration, K[], String) to (Configuration, Object[], String).
Stores the array of items in the configuration with the given keyName.
String toString(Object) Change in signature from T to Object.