Generated by
JDiff

Class org.apache.hadoop.ipc.Server

Removed Constructors
Server(String, int, Class, extends, Writable>, int, Configuration)  
Server(String, int, Class, extends, Writable>, int, Configuration, String) Constructs a server listening on the named port and address.
 

Added Constructors
Server(String, int, Class, int, Configuration)  
Server(String, int, Class, int, Configuration, String)  
Server(String, int, Class, int, Configuration, String, SecretManager) Constructs a server listening on the named port and address.
 

Added Methods
void authorize(UserGroupInformation, ConnectionHeader, String) Authorize the incoming client connection.
Writable call(Class, Writable, long) Called for each call.
RpcMetrics getRpcMetrics() Returns a handle to the rpcMetrics (required in tests)
ServiceAuthorizationManager getServiceAuthorizationManager() Returns a handle to the serviceAuthorizationManager (required in tests)
void refreshServiceAcl(Configuration, PolicyProvider) Refresh the service authorization ACL for the service handled by this server.
 

Changed Methods
void start() Change in exceptions thrown from java.io.IOException to no exceptions.
Starts the service.
Writable call(Writable, long) Changed from abstract to non-abstract. Now deprecated.
Use {@link #call(Class, Writable, long)} instead
 

Added Fields
RpcDetailedMetrics rpcDetailedMetrics