d88b72d0f00b032267c77030158ea7c831d72e47
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private loadDirectoryMetadata(path AlluxioURI, recursive boolean) : long renamed to private loadDirectoryMetadataInternal(path AlluxioURI, recursive boolean) : long in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method | 10 | ||
Extract Method package setAttributeAndJournal(path AlluxioURI, options SetAttributeOptions, rootRequired boolean, ownerRequired boolean) : void extracted from public setAttribute(path AlluxioURI, options SetAttributeOptions) : void in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method package deleteAndJournal(path AlluxioURI, recursive boolean) : boolean extracted from public delete(path AlluxioURI, recursive boolean) : boolean in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method package scheduleAsyncPersistenceAndJournal(path AlluxioURI) : void extracted from public scheduleAsyncPersistence(path AlluxioURI) : void in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method package createFileAndJournal(path AlluxioURI, options CreateFileOptions) : long extracted from public createFile(path AlluxioURI, options CreateFileOptions) : long in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method package renameAndJournal(srcPath AlluxioURI, dstPath AlluxioURI) : void extracted from public rename(srcPath AlluxioURI, dstPath AlluxioURI) : void in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method package mountAndJournal(alluxioPath AlluxioURI, ufsPath AlluxioURI, options MountOptions) : void extracted from public mount(alluxioPath AlluxioURI, ufsPath AlluxioURI, options MountOptions) : void in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method package createDirectoryAndJournal(path AlluxioURI, options CreateDirectoryOptions) : InodeTree.CreatePathResult extracted from public createDirectory(path AlluxioURI, options CreateDirectoryOptions) : InodeTree.CreatePathResult in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method package completeFileAndJournal(path AlluxioURI, options CompleteFileOptions) : void extracted from public completeFile(path AlluxioURI, options CompleteFileOptions) : void in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method package unmountAndJournal(alluxioPath AlluxioURI) : boolean extracted from public unmount(alluxioPath AlluxioURI) : boolean in class alluxio.master.file.FileSystemMaster | From | To | |
Extract Method package loadMetadataAndJournal(path AlluxioURI, recursive boolean) : long extracted from public loadMetadata(path AlluxioURI, recursive boolean) : long in class alluxio.master.file.FileSystemMaster | From | To |