Generated by
JDiff

Class org.apache.hadoop.ipc.Client

Removed Constructors
Client(Class, Configuration, SocketFactory) Construct an IPC client whose values are of the given Writable class.
Client(Class<?>, Configuration) Construct an IPC client with the default SocketFactory
 

Added Constructors
Client(Class<Writable>, Configuration) Construct an IPC client with the default SocketFactory
Client(Class<Writable>, Configuration, SocketFactory) Construct an IPC client whose values are of the given Writable class.