Generated by
JDiff

Class org.apache.hadoop.ipc.Client

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

Added Methods
Writable call(Writable, InetSocketAddress, Class, UserGroupInformation, Configuration) Make a call passing param to the IPC server running at address which is servicing the protocol protocol with the ticket credentials and conf as configuration for this connection returning the value.
Writable call(Writable, ConnectionId) Make a call passing param to the IPC server defined by remoteId returning the value.
Writable[] call(Writable[], InetSocketAddress[]) @deprecated Use InetSocketAddress[ Class UserGroupInformation Configuration)} instead
Writable[] call(Writable[], InetSocketAddress[], Class, UserGroupInformation) @deprecated Use InetSocketAddress[ Class UserGroupInformation Configuration)} instead
Writable[] call(Writable[], InetSocketAddress[], Class, UserGroupInformation, Configuration) Makes a set of calls in parallel.
 

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