eaffbed50070c6866338ee8500f38eb357677078
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 12
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private unmountAndJournal(rpcContext RpcContext, inodePath LockedInodePath) : void renamed to private unmountInternal(rpcContext RpcContext, inodePath LockedInodePath) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public clear() : void from class alluxio.master.file.meta.MountTable to public reset() : void from class alluxio.master.file.meta.MountTable.State | From | To | |
| Inline Method | 1 | ||
| Inline Method private unmountInternal(uri AlluxioURI) : boolean inlined to public deleteInternal(rpcContext RpcContext, inodePath LockedInodePath, deleteOptions DeleteOptions) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private mMountTable : Map<String,MountInfo> from class alluxio.master.file.meta.MountTable to private mMountTable : Map<String,MountInfo> from class alluxio.master.file.meta.MountTable.State | From | To | |
| Extract Class | 1 | ||
| Extract Class alluxio.master.file.meta.MountTable.State from class alluxio.master.file.meta.MountTable | From | To | |
| Extract Method | 7 | ||
| Extract Method private addMount(alluxio String, ufs String, id long) : void extracted from public getMountInfo() : void in class alluxio.master.file.meta.MountTableTest | From | To | |
| Extract Method private addMount(alluxio String, ufs String, id long) : void extracted from public path() : void in class alluxio.master.file.meta.MountTableTest | From | To | |
| Extract Method private deleteMount(path String) : boolean extracted from public path() : void in class alluxio.master.file.meta.MountTableTest | From | To | |
| Extract Method private deleteMount(path String) : boolean extracted from public uri() : void in class alluxio.master.file.meta.MountTableTest | From | To | |
| Extract Method private addMount(alluxio String, ufs String, id long) : void extracted from public writableMount() : void in class alluxio.master.file.meta.MountTableTest | From | To | |
| Extract Method private addMount(alluxio String, ufs String, id long) : void extracted from public uri() : void in class alluxio.master.file.meta.MountTableTest | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public replayJournalEntryFromJournal(entry JournalEntry) : boolean extracted from public processJournalEntry(entry JournalEntry) : void in class alluxio.master.file.DefaultFileSystemMaster & moved to class alluxio.master.file.meta.MountTable | From | To |