389cc7129641a3a000865935eade63843e69b508
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class alluxio.master.journal.JournalCheckpointerThread renamed to alluxio.master.journal.JournalCheckpointThread | From | To | |
Rename Attribute | 3 | ||
Rename Attribute mStandbyJournalTailer : JournalCheckpointerThread to mJournalCheckpointThread : JournalCheckpointThread in class alluxio.master.AbstractMaster | From | To | |
Rename Attribute mIsLeader : boolean to mIsPrimary : boolean in class alluxio.master.AbstractMaster | From | To | |
Rename Attribute mJournalCheckpointerSleepTimeMs : int to mJournalCheckpointSleepTimeMs : int in class alluxio.master.journal.JournalCheckpointThread | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mStandbyJournalTailer : JournalCheckpointerThread to mJournalCheckpointThread : JournalCheckpointThread in class alluxio.master.AbstractMaster | From | To | |
Rename Parameter | 2 | ||
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 |