Toggle navigation
Home
org.apache.hadoop.ipc.TestRPC.TestProtocol to org.apache.hadoop.ipc.TestRpcBase.TestRpcService
No. of Instances - 12
No. of Commits - 4
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
proxy.exchange(indata)
to
proxy.exchange(null,exchangeRequest)
RPC.getProxy(TestProtocol.class,TestProtocol.versionID,addr,conf)
to
getClient(addr,conf)
RPC.getProxy(addr,TestProtocol.versionID,mulitServerAddr,conf)
to
getClient(addr,conf)
RPC.getProxy(TestProtocol.class,TestProtocol.versionID,addr,conf)
to
getClient(addr,conf)
RPC.getProxy(TestProtocol.class,TestProtocol.versionID,addr,conf)
to
getClient(addr,myConf)
proxy.echo((String)null)
to
proxy.echo(null,newEchoRequest(""))
proxy.add(echoRequest2)
to
proxy.echo2(null,echoRequest2)
RPC.getProxy(TestProtocol.class,TestProtocol.versionID,addr,conf)
to
getClient(addr,conf)
RPC.getProxy(TestProtocol.class,TestProtocol.versionID,addr,conf)
to
getClient(addr,conf)
NetUtils.getConnectAddress(server)
to
addr
RPC.getProxy(addr,TestProtocol.versionID,addr,conf)
to
getClient(addr,conf)
NetUtils.getConnectAddress(server)
to
addr
RPC.getProxy(addr,TestProtocol.versionID,addr,conf)
to
getClient(addr,conf)
NetUtils.getConnectAddress(server)
to
addr
RPC.getProxy(addr,TestProtocol.versionID,addr,conf)
to
getClient(addr,conf)
Other
TestProtocol.class
to
addr
(String[])null
to
echoRequest2
new int[]{1,2}
to
echoRequest2
TestProtocol.class
to
addr
TestProtocol.class
to
addr
TestProtocol.class
to
addr
Cascading Type Change (Different)
String
to
TestProtos.EchoResponseProto
Rename Method invocation
echo
to
echo2
Update argument list (Method invocation)
ping
to
ping
Rename Variable
proxy
to
client
proxy
to
client
proxy
to
client