c2e6d0bf7acd27be1aec31a21a71625ef439cf1d
Files Diff
- Added: 11
- Removed: 12
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private LOG : Logger from class alluxio.master.journal.ufs.UfsMutableJournal to private LOG : Logger from class alluxio.master.journal.ufs.UfsJournal | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private mUfs : UnderFileSystem from class alluxio.master.journal.ufs.UfsJournalWriter to private mUfs : UnderFileSystem from class alluxio.master.journal.ufs.UfsJournal | From | To | |
| Move Attribute private mUfs : UnderFileSystem from class alluxio.master.journal.ufs.UfsCheckpointManager to private mUfs : UnderFileSystem from class alluxio.master.journal.ufs.UfsJournal | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class alluxio.master.journal.ufs.UfsJournalWriter.EntryOutputStream moved and renamed to alluxio.master.journal.ufs.UfsJournalCheckpointWriter | From | To | |
| Move Class | 1 | ||
| Move Class alluxio.master.journal.JournalFormatter.Factory moved to alluxio.master.journal.JournalFileParser.Factory | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute sNoTimeout : boolean to sJournalFile : String in class alluxio.master.journal.JournalTool | From | To | |
| Rename Attribute mCheckpoint : URI to mNextSequenceNumber : long in class alluxio.master.journal.ufs.UfsJournalReader | From | To | |
| Rename Attribute mIsClosed : boolean to mClosed : boolean in class alluxio.master.journal.ufs.UfsJournalCheckpointWriter | From | To | |
| Rename Attribute mDataOutputStream : DataOutputStream to mTmpCheckpointStream : OutputStream in class alluxio.master.journal.ufs.UfsJournalCheckpointWriter | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type sNoTimeout : boolean to sJournalFile : String in class alluxio.master.journal.JournalTool | From | To | |
| Change Attribute Type mCheckpoint : URI to mNextSequenceNumber : long in class alluxio.master.journal.ufs.UfsJournalReader | From | To | |
| Change Attribute Type mDataOutputStream : DataOutputStream to mTmpCheckpointStream : OutputStream in class alluxio.master.journal.ufs.UfsJournalCheckpointWriter | From | To | |
| Extract Method | 1 | ||
| Extract Method private parseJournalFile() : void extracted from public main(args String[]) : void in class alluxio.master.journal.JournalTool | From | To |