Generated by
JDiff

Class org.apache.hadoop.ipc.RPC.Server

Removed Constructors
RPC.Server(Object, Configuration, String, int, int, boolean) Construct an RPC server.
 

Added Constructors
RPC.Server(Object, Configuration, String, int, int, boolean, SecretManager) Construct an RPC server.
 

Changed Methods
Writable call(Class, Writable, long) Change in signature from (Writable, long) to (Class, Writable, long).