5ca3366aa99f5d254915caf7a53e3551779c3ef3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method private launchTachyonWorkerContainers(containers List<Container>) : void renamed to private launchAlluxioWorkerContainers(containers List<Container>) : void in class alluxio.yarn.ApplicationMaster | From | To | |
Rename Method public getTachyonRoot() : String renamed to public getAlluxioRoot() : String in class alluxio.fuse.AlluxioFuseOptions | From | To | |
Rename Method public launchTachyonMasterContainersTest() : void renamed to public launchAlluxioMasterContainersTest() : void in class alluxio.yarn.ApplicationMasterTest | From | To | |
Rename Method private launchTachyonMasterContainers(containers List<Container>) : void renamed to private launchAlluxioMasterContainers(containers List<Container>) : void in class alluxio.yarn.ApplicationMaster | From | To | |
Rename Method public launchTachyonWorkerContainersTest() : void renamed to public launchAlluxioWorkerContainersTest() : void in class alluxio.yarn.ApplicationMasterTest | From | To | |
Rename Variable | 2 | ||
Rename Variable tachyonRoot : Option to alluxioRoot : Option in method private parseOptions(args String[]) : AlluxioFuseOptions in class alluxio.fuse.AlluxioFuse | From | To | |
Rename Variable tachyonRootValue : String to alluxioRootValue : String in method private parseOptions(args String[]) : AlluxioFuseOptions in class alluxio.fuse.AlluxioFuse | From | To | |
Rename Attribute | 4 | ||
Rename Attribute mTachyonMaster : String to mAlluxioMaster : String in class alluxio.fuse.AlluxioFuseFileSystem | From | To | |
Rename Attribute TACHYON_SETUP_SCRIPT : String to ALLUXIO_SETUP_SCRIPT : String in class alluxio.yarn.YarnUtils | From | To | |
Rename Attribute mTachyonRootPath : Path to mAlluxioRootPath : Path in class alluxio.fuse.AlluxioFuseFileSystem | From | To | |
Rename Attribute mTachyonRoot : String to mAlluxioRoot : String in class alluxio.fuse.AlluxioFuseOptions | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tachyonRoot : String to alluxioRoot : String in method package AlluxioFuseOptions(mountPoint String, alluxioRoot String, debug boolean, fuseOpts List<String>) in class alluxio.fuse.AlluxioFuseOptions | From | To |