Generated by
JDiff

Class org.apache.hadoop.ipc.RPC

Removed Methods
VersionedProtocol getProxy(Class, long, InetSocketAddress, Configuration) Construct a client-side proxy object with the default SocketFactory
VersionedProtocol getProxy(Class, long, InetSocketAddress, Configuration, SocketFactory) Construct a client-side proxy object that implements the named protocol talking to a server at the named address.
VersionedProtocol getProxy(Class, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory) Construct a client-side proxy object that implements the named protocol talking to a server at the named address.
 

Added Methods
Object[] call(Method, Object[][], InetSocketAddress[], UserGroupInformation, Configuration) Expert: Make multiple parallel calls to a set of servers.
VersionedProtocol getProxy(Class, long, InetSocketAddress, Configuration) Construct a client-side proxy object with the default SocketFactory
VersionedProtocol getProxy(Class, long, InetSocketAddress, Configuration, SocketFactory) Construct a client-side proxy object that implements the named protocol talking to a server at the named address.
VersionedProtocol getProxy(Class, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory) Construct a client-side proxy object that implements the named protocol talking to a server at the named address.
 

Changed Methods
Object[] call(Method, Object[][], InetSocketAddress[], Configuration) Now deprecated.
Use {@link #call(Method, Object[][], InetSocketAddress[], UserGroupInformation, Configuration)} instead