Generated by
JDiff

Class org.apache.hadoop.ipc.RPC

Added Methods
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).
Use {@link #call(Method, Object[][], InetSocketAddress[], UserGroupInformation, Configuration)} instead
Object[] call(Method, Object[][], InetSocketAddress[], UserGroupInformation, Configuration) Change in exceptions thrown from java.io.IOException to (java.io.IOException, java.lang.InterruptedException).
Expert: Make multiple parallel calls to a set of servers.