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, UserGroupInformation)  
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, UserGroupInformation) Make a call passing param to the IPC server running at address with the ticket credentials returning the value.
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) Now deprecated.
Use {@link #call(Writable, ConnectionId)} instead