Generated by
JDiff

Class org.apache.hadoop.ipc.RPC

Added Methods
void checkVersion(Class, long, VersionedProtocol) Get server version and then compare it with client version.
 

Changed Methods
VersionedProtocol getProxy(Class, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, boolean) Change in signature from (Class, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy) to (Class, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, boolean).
Construct a client-side proxy object that implements the named protocol talking to a server at the named address.