6b9cf351330e9a680639f4ebf811e525a1b33e9a
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 34
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method protected getJournalLocation() : URI from class alluxio.master.DefaultAlluxioMaster to public getJournalLocation() : URI from class alluxio.master.MasterUtils | From | To | |
Move Method protected checkJournalFormatted() : void from class alluxio.master.DefaultAlluxioMaster to public checkJournalFormatted() : void from class alluxio.master.MasterUtils | From | To | |
Inline Method | 1 | ||
Inline Method protected 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 Attribute | 2 | ||
Rename Attribute mStandbyJournalTailer : JournalTailerThread to mJournalCheckpointThread : JournalCheckpointThread in class alluxio.master.AbstractMaster | From | To | |
Rename Attribute mIsLeader : boolean to mIsPrimary : boolean in class alluxio.master.AbstractMaster | From | To | |
Change Variable Type | 1 | ||
Change Variable Type factory : MutableJournal.Factory to factory : Journal.Factory in method public format(mode Mode) : void in class alluxio.cli.Format | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mStandbyJournalTailer : JournalTailerThread to mJournalCheckpointThread : JournalCheckpointThread in class alluxio.master.AbstractMaster | From | To | |
Rename Parameter | 3 | ||
Rename Parameter isLeader : boolean to isPrimary : boolean in method public start(isPrimary boolean) : void in class alluxio.master.AbstractMaster | From | To | |
Rename Parameter isLeader : boolean to isPrimary : boolean in method public start(isPrimary boolean) : void in class alluxio.master.Master | From | To | |
Rename Parameter isLeader : boolean to isPrimary : boolean in method public start(isPrimary boolean) : void in class alluxio.master.file.FileSystemMaster | From | To |