280918ac1e001e73df523f749f1eb705d128ac89
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable masterHostname : String to masterHost : String in method public getMasterAddress(conf TachyonConf) : InetSocketAddress in class tachyon.util.network.NetworkAddressUtils | From | To | |
Rename Variable addressListening : InetSocketAddress to masterBindAddress : InetSocketAddress in method public TachyonMaster(tachyonConf TachyonConf) in class tachyon.master.TachyonMaster | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public getMasterHostName(conf TachyonConf) : String extracted from protected doGet(request HttpServletRequest, response HttpServletResponse) : void in class tachyon.web.WebInterfaceHeaderServlet & moved to class tachyon.util.network.NetworkAddressUtils | From | To | |
Extract And Move Method public getWorkerConnectHost(conf TachyonConf) : String extracted from public readRemoteByteBuffer(tachyonFS TachyonFS, blockInfo ClientBlockInfo, offset long, len long, conf TachyonConf) : ByteBuffer in class tachyon.client.RemoteBlockInStream & moved to class tachyon.util.network.NetworkAddressUtils | From | To |