90922d3148d3fff965c391d7630f6f0bd5fe50e3
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public readCheckpointAndLogs() : void renamed to public readCheckpointAndLogsSnMatch() : void in class alluxio.master.journal.ufs.UfsJournalReaderTest | From | To | |
| Move Method | 2 | ||
| Move Method protected checkJournalFormatted() : void from class alluxio.master.DefaultAlluxioMaster to public checkJournalFormatted() : void from class alluxio.master.MasterUtils | From | To | |
| Move Method protected getJournalLocation() : URI from class alluxio.master.DefaultAlluxioMaster to public getJournalLocation() : URI from class alluxio.master.MasterUtils | From | To | |
| Inline Method | 1 | ||
| Inline Method private createMasters(journalFactory JournalFactory) : void inlined to protected DefaultAlluxioMaster() in class alluxio.master.DefaultAlluxioMaster | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.master.MasterUtils from class alluxio.master.DefaultAlluxioMaster | From | To | |
| Rename Class | 1 | ||
| Rename Class alluxio.master.SecondaryAlluxioMaster renamed to alluxio.master.AlluxioSecondaryMaster | From | To | |
| Move Class | 1 | ||
| Move Class alluxio.master.UfsJournalIntegrationTest moved to alluxio.master.journal.ufs.UfsJournalIntegrationTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type master : SecondaryAlluxioMaster to master : AlluxioSecondaryMaster in method public main(args String[]) : void in class alluxio.master.AlluxioSecondaryMaster | From | To | |
| Extract Method | 1 | ||
| Extract Method private runInternal() : void extracted from public run() : void in class alluxio.master.journal.JournalCheckpointThread | From | To |