|
Change Parameter Type call : RpcCall to call : Call in method private setupResponse(call Call, status RpcStatusProto, erCode RpcErrorCodeProto, rv Writable, errorClass String, error String) : void in class org.apache.hadoop.ipc.Server |
From |
To |
|
Change Parameter Type call : RpcCall to call : Call in method package doRespond(call Call) : void in class org.apache.hadoop.ipc.Server.Responder |
From |
To |
|
Change Parameter Type responseQueue : LinkedList<RpcCall> to responseQueue : LinkedList<Call> in method private processResponse(responseQueue LinkedList<Call>, inHandler boolean) : boolean in class org.apache.hadoop.ipc.Server.Responder |
From |
To |
|
Change Parameter Type call : RpcCall to call : Call in method private sendResponse(call Call) : void in class org.apache.hadoop.ipc.Server.Connection |
From |
To |
|
Change Parameter Type call : RpcCall to call : Call in method private setupResponse(call Call, header RpcResponseHeaderProto, rv Writable) : void in class org.apache.hadoop.ipc.Server |
From |
To |
|
Change Parameter Type call : RpcCall to call : Call in method private wrapWithSasl(call Call) : void in class org.apache.hadoop.ipc.Server |
From |
To |
|
Change Parameter Type call : RpcCall to call : Call in method private setupResponseOldVersionFatal(response ByteArrayOutputStream, call Call, rv Writable, errorClass String, error String) : void in class org.apache.hadoop.ipc.Server |
From |
To |
|
Change Parameter Type call : RpcCall to call : Call in method private doPurge(call Call, now long) : void in class org.apache.hadoop.ipc.Server.Responder |
From |
To |
|
Change Variable Type call : RpcCall to call : Call in method private processResponse(responseQueue LinkedList<Call>, inHandler boolean) : boolean in class org.apache.hadoop.ipc.Server.Responder |
From |
To |
|
Change Variable Type calls : ArrayList<RpcCall> to calls : ArrayList<Call> in method private doRunLoop() : void in class org.apache.hadoop.ipc.Server.Responder |
From |
To |
|
Change Variable Type call : RpcCall to call : Call in method private doRunLoop() : void in class org.apache.hadoop.ipc.Server.Responder |
From |
To |
|
Change Variable Type call : RpcCall to call : Call in method private doAsyncWrite(key SelectionKey) : void in class org.apache.hadoop.ipc.Server.Responder |
From |
To |
|
Change Variable Type responseQueue : LinkedList<RpcCall> to responseQueue : LinkedList<Call> in method private doPurge(call Call, now long) : void in class org.apache.hadoop.ipc.Server.Responder |
From |
To |
|
Change Variable Type iter : Iterator<RpcCall> to iter : Iterator<Call> in method private doPurge(call Call, now long) : void in class org.apache.hadoop.ipc.Server.Responder |
From |
To |