c2233051fa7b5321d07a8eb817b2c5624b346a45
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 7 | ||
Change Parameter Type logPath : String to log : URI in method public EntryOutputStream(ufs UnderFileSystem, log URI, journalFormatter JournalFormatter, journalWriter UfsJournalWriter) in class alluxio.master.journal.ufs.UfsJournalWriter.EntryOutputStream | From | To | |
Change Parameter Type location : URL to location : URI in method public ReadWriteUfsJournal(location URI) in class alluxio.master.journal.ufs.ReadWriteUfsJournal | From | To | |
Change Parameter Type newCheckpointPath : URL to newCheckpointPath : URI in method public update(newCheckpointPath URI) : void in class alluxio.master.journal.ufs.UfsCheckpointManager | From | To | |
Change Parameter Type location : URL to location : URI in method public ReadOnlyUfsJournal(location URI) in class alluxio.master.journal.ufs.ReadOnlyUfsJournal | From | To | |
Change Parameter Type newCheckpoint : URL to location : URI in method public update(location URI) : void in class alluxio.master.journal.CheckpointManager | From | To | |
Change Parameter Type baseLocation : URL to baseLocation : URI in method public ReadWrite(baseLocation URI) in class alluxio.master.journal.JournalFactory.ReadWrite | From | To | |
Change Parameter Type baseLocation : URL to baseLocation : URI in method public ReadOnly(baseLocation URI) in class alluxio.master.journal.JournalFactory.ReadOnly | From | To | |
Rename Variable | 4 | ||
Rename Variable logFilename : String to log : URI in method public completeLogs() : void in class alluxio.master.journal.ufs.UfsJournalWriter | From | To | |
Rename Variable currentLogPath : String to currentLog : URI in method public getNextInputStream() : JournalInputStream in class alluxio.master.journal.ufs.UfsJournalReader | From | To | |
Rename Variable logFilename : String to log : URI in method public deleteCompletedLogs() : void in class alluxio.master.journal.ufs.UfsJournalWriter | From | To | |
Rename Variable completedPath : String to completedLocation : URI in method public completedEditLogDeletion() : void in class alluxio.master.UfsJournalIntegrationTest | From | To | |
Change Return Type | 5 | ||
Change Return Type UfsJournal to Journal in method public get(name String) : Journal in class alluxio.master.journal.JournalFactory.ReadOnly | From | To | |
Change Return Type URL to URI in method public getLocation() : URI in class alluxio.master.journal.Journal | From | To | |
Change Return Type UfsJournal to Journal in method public get(name String) : Journal in class alluxio.master.journal.JournalFactory.ReadWrite | From | To | |
Change Return Type URL to URI in method protected getJournalLocation() : URI in class alluxio.master.DefaultAlluxioMaster | From | To | |
Change Return Type URL to URI in method public getLocation() : URI in class alluxio.master.journal.ufs.UfsJournal | From | To | |
Rename Attribute | 3 | ||
Rename Attribute mCurrentLogPath : String to mCurrentLog : URI in class alluxio.master.journal.ufs.UfsJournalWriter.EntryOutputStream | From | To | |
Rename Attribute mCheckpointPath : String to mCheckpoint : URI in class alluxio.master.journal.ufs.UfsJournalReader | From | To | |
Rename Attribute mTempCheckpointPath : String to mTempCheckpoint : URI in class alluxio.master.journal.ufs.UfsJournalWriter | From | To | |
Change Variable Type | 6 | ||
Change Variable Type currentLogPath : String to currentLog : URI in method public getNextInputStream() : JournalInputStream in class alluxio.master.journal.ufs.UfsJournalReader | From | To | |
Change Variable Type logFilename : String to log : URI in method public completeLogs() : void in class alluxio.master.journal.ufs.UfsJournalWriter | From | To | |
Change Variable Type logFilename : String to log : URI in method public deleteCompletedLogs() : void in class alluxio.master.journal.ufs.UfsJournalWriter | From | To | |
Change Variable Type completedPath : String to completedLocation : URI in method public completedEditLogDeletion() : void in class alluxio.master.UfsJournalIntegrationTest | From | To | |
Change Variable Type currentLog : String to currentLog : URI in method public completeCurrentLog() : void in class alluxio.master.journal.ufs.UfsJournalWriter | From | To | |
Change Variable Type completedLog : String to completedLog : URI in method public completeCurrentLog() : void in class alluxio.master.journal.ufs.UfsJournalWriter | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type mCheckpointPath : String to mCheckpoint : URI in class alluxio.master.journal.ufs.UfsJournalReader | From | To | |
Change Attribute Type mTempCheckpointPath : String to mTempCheckpoint : URI in class alluxio.master.journal.ufs.UfsJournalWriter | From | To | |
Change Attribute Type mBaseLocation : URL to mBaseLocation : URI in class alluxio.master.journal.JournalFactory.ReadWrite | From | To | |
Change Attribute Type mCurrentLogPath : String to mCurrentLog : URI in class alluxio.master.journal.ufs.UfsJournalWriter.EntryOutputStream | From | To | |
Change Attribute Type mBaseLocation : URL to mBaseLocation : URI in class alluxio.master.journal.JournalFactory.ReadOnly | From | To | |
Rename Parameter | 2 | ||
Rename Parameter logPath : String to log : URI in method public EntryOutputStream(ufs UnderFileSystem, log URI, journalFormatter JournalFormatter, journalWriter UfsJournalWriter) in class alluxio.master.journal.ufs.UfsJournalWriter.EntryOutputStream | From | To | |
Rename Parameter newCheckpoint : URL to location : URI in method public update(location URI) : void in class alluxio.master.journal.CheckpointManager | From | To |