1043de89fadd44971d5cde6daa6deb4ad289346a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 39
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getMasterTachyonConf() : Configuration renamed to public getMasterConf() : Configuration in class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
Rename Method public getWorkerTachyonConf() : Configuration renamed to public getWorkerConf() : Configuration in class alluxio.master.LocalAlluxioCluster | From | To | |
Rename Method public getTachyonHome() : String renamed to public getAlluxioHome() : String in class alluxio.master.LocalAlluxioCluster | From | To | |
Rename Method protected setTachyonHome() : void renamed to protected setAlluxioHome() : void in class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
Rename Variable | 2 | ||
Rename Variable tachyonHome : String to alluxioHome : String in method public create() : LocalAlluxioMaster in class alluxio.master.LocalAlluxioMaster | From | To | |
Rename Variable tachyonHome : String to alluxioHome : String in method protected setupTest(conf Configuration) : void in class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
Rename Attribute | 2 | ||
Rename Attribute TACHYON_CONF : Configuration to ALLUXIO_CONF : Configuration in class alluxio.underfs.UnderFileSystemClusterTest | From | To | |
Rename Attribute mTachyonHome : String to mHome : String in class alluxio.master.AbstractLocalAlluxioCluster | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tachyonHome : String to alluxioHome : String in method public create(alluxioHome String) : LocalAlluxioMaster in class alluxio.master.LocalAlluxioMaster | From | To |