56f3277a3b638f990f83da39ce4c63f956925136
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 17
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From org.apache.thrift:libthrift 0.9.2 To 0.9.1 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method public getMasterBindHost() : String from class tachyon.master.LocalTachyonCluster to public getDataBindHost() : String from class tachyon.worker.block.BlockWorker | From | To | |
| Move And Rename Method package getWebBindPort() : int from class tachyon.master.TachyonMaster to public getLocalPort() : int from class tachyon.web.UIWebServer | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type serverName : String to serviceType : ServiceType in method public WorkerUIWebServer(serviceType ServiceType, webAddress InetSocketAddress, blockdataManager BlockDataManager, workerAddress InetSocketAddress, startTimeMs long, conf TachyonConf) in class tachyon.web.WorkerUIWebServer | From | To | |
| Change Parameter Type serverName : String to service : ServiceType in method public UIWebServer(service ServiceType, address InetSocketAddress, conf TachyonConf) in class tachyon.web.UIWebServer | From | To | |
| Change Parameter Type serverName : String to service : ServiceType in method public MasterUIWebServer(service ServiceType, address InetSocketAddress, masterInfo MasterInfo, conf TachyonConf) in class tachyon.web.MasterUIWebServer | From | To | |
| Rename Class | 1 | ||
| Rename Class tachyon.master.MasterHostnameListeningIntegrationTest renamed to tachyon.master.ServiceSocketBindIntegrationTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable webPort : int in method public startWebServer() : void from class tachyon.web.UIWebServer | From | To | |
| Inline Variable | 2 | ||
| Inline Variable defaultPort : int in method public testGetBindAddress() : void from class tachyon.util.network.NetworkAddressUtilsTest | From | To | |
| Inline Variable defaultPort : int in method public testGetConnectAddress() : void from class tachyon.util.network.NetworkAddressUtilsTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private getConnectAddress(service ServiceType) : void extracted from public testGetBindAddress() : void in class tachyon.util.network.NetworkAddressUtilsTest | From | To | |
| Extract Method private getConnectAddress(service ServiceType) : void extracted from public testGetConnectAddress() : void in class tachyon.util.network.NetworkAddressUtilsTest | From | To | |
| Rename Method | 7 | ||
| Rename Method public getSocket(thriftSocket TServerSocket) : ServerSocket renamed to public getThriftSocket(thriftSocket TServerSocket) : ServerSocket in class tachyon.util.network.NetworkAddressUtils | From | To | |
| Rename Method public getWebPort() : int renamed to public getWebBindHost() : String in class tachyon.master.LocalTachyonMaster | From | To | |
| Rename Method public getPort(thriftSocket TServerSocket) : int renamed to public getThriftPort(thriftSocket TServerSocket) : int in class tachyon.util.network.NetworkAddressUtils | From | To | |
| Rename Method package getBindHost() : String renamed to public getRPCBindHost() : String in class tachyon.master.TachyonMaster | From | To | |
| Rename Method public getMetaPort() : int renamed to public getRPCLocalPort() : int in class tachyon.master.LocalTachyonMaster | From | To | |
| Rename Method package getMetaPort() : int renamed to public getRPCLocalPort() : int in class tachyon.master.TachyonMaster | From | To | |
| Rename Method public getBindHost() : String renamed to public getRPCBindHost() : String in class tachyon.master.LocalTachyonMaster | From | To | |
| Rename Variable | 2 | ||
| Rename Variable workerAddress : InetSocketAddress to masterAddress : InetSocketAddress in method private getConnectAddress(service ServiceType) : void in class tachyon.util.network.NetworkAddressUtilsTest | From | To | |
| Rename Variable address : InetSocketAddress to masterRPCAddr : InetSocketAddress in method public connectDifferentAddressTest() : void in class tachyon.master.ServiceSocketBindIntegrationTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type int to String in method public getWebBindHost() : String in class tachyon.master.LocalTachyonMaster | From | To | |
| Replace Variable With Attribute | 4 | ||
| Replace Variable With Attribute thriftServerPort : int to mPort : int in method public BlockWorker() in class tachyon.worker.block.BlockWorker | From | To | |
| Replace Variable With Attribute masterClient : MasterClient to mMasterRPCService : MasterClient in method public listenSameAddressTest() : void in class tachyon.master.ServiceSocketBindIntegrationTest | From | To | |
| Replace Variable With Attribute masterClient : MasterClient to mMasterRPCService : MasterClient in method public listenWildcardTest() : void in class tachyon.master.ServiceSocketBindIntegrationTest | From | To | |
| Replace Variable With Attribute masterClient : MasterClient to mMasterRPCService : MasterClient in method public listenEmptyTest() : void in class tachyon.master.ServiceSocketBindIntegrationTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mServerName : String to mService : ServiceType in class tachyon.web.UIWebServer | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mServerName : String to mService : ServiceType in class tachyon.web.UIWebServer | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter serverName : String to serviceType : ServiceType in method public WorkerUIWebServer(serviceType ServiceType, webAddress InetSocketAddress, blockdataManager BlockDataManager, workerAddress InetSocketAddress, startTimeMs long, conf TachyonConf) in class tachyon.web.WorkerUIWebServer | From | To | |
| Rename Parameter serverName : String to service : ServiceType in method public UIWebServer(service ServiceType, address InetSocketAddress, conf TachyonConf) in class tachyon.web.UIWebServer | From | To | |
| Rename Parameter serverName : String to service : ServiceType in method public MasterUIWebServer(service ServiceType, address InetSocketAddress, masterInfo MasterInfo, conf TachyonConf) in class tachyon.web.MasterUIWebServer | From | To | |
| Rename Parameter masterBindHost : String to bindHost : String in method private startCluster(bindHost String) : void in class tachyon.master.ServiceSocketBindIntegrationTest | From | To |