|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Constructors | |
String, |
|
String, |
Constructs a server listening on the named port and address. |
Added Constructors | |
String, |
|
String, |
|
String, |
Constructs a server listening on the named port and address. |
Added Methods | |
void authorize(UserGroupInformation, |
Authorize the incoming client connection. |
Writable call(Class, |
Called for each call. |
RpcMetrics getRpcMetrics() |
Returns a handle to the rpcMetrics (required in tests) |
Changed Methods | ||
void start() |
Change in exceptions thrown from java.io.IOException to no exceptions. |
Starts the service. |
Writable call(Writable, |
Changed from abstract to non-abstract. Now deprecated. |
Use {@link #call(Class, Writable, long)} instead |
Added Fields | |
RpcDetailedMetrics rpcDetailedMetrics |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |