Generated by
JDiff

Class org.apache.hadoop.ipc.Client

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

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

Removed Methods
Writable[] call(Writable[], InetSocketAddress[]) Makes a set of calls in parallel.
 

Added Methods
Writable call(Writable, InetSocketAddress, Class, UserGroupInformation) Make a call passing param to the IPC server running at address which is servicing the protocol protocol with the ticket credentials returning the value.
Writable[] call(Writable[], InetSocketAddress[]) Makes a set of calls in parallel.
Writable[] call(Writable[], InetSocketAddress[], Class, UserGroupInformation) Makes a set of calls in parallel.
 

Changed Methods
Writable call(Writable, InetSocketAddress) Now deprecated.
Use {@link #call(Writable, InetSocketAddress, Class, UserGroupInformation)} instead
Writable call(Writable, InetSocketAddress, UserGroupInformation) Now deprecated.
Use {@link #call(Writable, InetSocketAddress, Class, UserGroupInformation)} instead