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.
Server getServer(Object, String, int, int, boolean, Configuration, SecretManager) Construct a server for a protocol implementation instance listening on a port and address with a secret manager.
 

Changed Methods
Object[] call(Method, Object[][], InetSocketAddress[], Configuration) Change in exceptions thrown from java.io.IOException to (java.io.IOException, java.lang.InterruptedException).
Now deprecated.
Use {@link #call(Method, Object[][], InetSocketAddress[], UserGroupInformation, Configuration)} instead