ea789f1d81ffe80e0abea21bf6fbb8eac4b16ba0
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type conf : TachyonConf to planner : RecomputePlanner in method public RecomputeExecutor(planner RecomputePlanner, executor RecomputeLauncher) in class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Change Parameter Type lineageStore : LineageStore to executor : RecomputeLauncher in method public RecomputeExecutor(planner RecomputePlanner, executor RecomputeLauncher) in class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Move Method | 1 | ||
Move Method public recompute(plan RecomputePlan) : void from class tachyon.master.lineage.recompute.RecomputeExecutor to public recompute(plan RecomputePlan) : void from class tachyon.master.lineage.recompute.RecomputeLauncher | From | To | |
Move Attribute | 4 | ||
Move Attribute private mPlanner : RecomputePlanner from class tachyon.master.lineage.recompute.RecomputeThread to private mPlanner : RecomputePlanner from class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Move Attribute private mLineageStore : LineageStore from class tachyon.master.lineage.recompute.RecomputeExecutor to private mLineageStore : LineageStore from class tachyon.master.lineage.recompute.RecomputeLauncher | From | To | |
Move Attribute private LOG : Logger from class tachyon.master.lineage.recompute.RecomputeThread to private LOG : Logger from class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Move Attribute private mTachyonConf : TachyonConf from class tachyon.master.lineage.recompute.RecomputeExecutor to private mTachyonConf : TachyonConf from class tachyon.master.lineage.recompute.RecomputeLauncher | From | To | |
Extract Class | 1 | ||
Extract Class tachyon.master.lineage.recompute.RecomputeLauncher from class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Rename Attribute | 2 | ||
Rename Attribute mTachyonConf : TachyonConf to mPlanner : RecomputePlanner in class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Rename Attribute mLineageStore : LineageStore to mExecutor : RecomputeLauncher in class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mTachyonConf : TachyonConf to mPlanner : RecomputePlanner in class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Change Attribute Type mLineageStore : LineageStore to mExecutor : RecomputeLauncher in class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Rename Parameter | 2 | ||
Rename Parameter conf : TachyonConf to planner : RecomputePlanner in method public RecomputeExecutor(planner RecomputePlanner, executor RecomputeLauncher) in class tachyon.master.lineage.recompute.RecomputeExecutor | From | To | |
Rename Parameter lineageStore : LineageStore to executor : RecomputeLauncher in method public RecomputeExecutor(planner RecomputePlanner, executor RecomputeLauncher) in class tachyon.master.lineage.recompute.RecomputeExecutor | From | To |