8c8e0bf1d5b49ed42b743bf07f98e0923318919d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 5 | ||
Push Down Method public getBlockSizeBytes() : long from class alluxio.master.file.options.CreatePathOptions to public getBlockSizeBytes() : long from class alluxio.master.file.options.CreateFileOptions | From | To | |
Push Down Method public isAllowExists() : boolean from class alluxio.master.file.options.CreatePathOptions to public isAllowExists() : boolean from class alluxio.master.file.options.CreateDirectoryOptions | From | To | |
Push Down Method public setAllowExists(allowExists boolean) : T from class alluxio.master.file.options.CreatePathOptions to public setAllowExists(allowExists boolean) : CreateDirectoryOptions from class alluxio.master.file.options.CreateDirectoryOptions | From | To | |
Push Down Method public setTtl(ttl long) : T from class alluxio.master.file.options.CreatePathOptions to public setTtl(ttl long) : CreateFileOptions from class alluxio.master.file.options.CreateFileOptions | From | To | |
Push Down Method public getTtl() : long from class alluxio.master.file.options.CreatePathOptions to public getTtl() : long from class alluxio.master.file.options.CreateFileOptions | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public setBlockSize(blockSizeBytes long) : void from class alluxio.master.file.meta.InodeFile to public setBlockSizeBytes(blockSizeBytes long) : CreateFileOptions from class alluxio.master.file.options.CreateFileOptions | From | To | |
Move Method | 2 | ||
Move Method public setBlockSizeBytes(blockSizeBytes long) : T from class alluxio.master.file.options.CreatePathOptions to public setBlockSizeBytes(blockSizeBytes long) : InodeFile from class alluxio.master.file.meta.InodeFile | From | To | |
Move Method public setPermissionStatus(ps PermissionStatus) : InodeFile.Builder from class alluxio.master.file.meta.InodeFile.Builder to public setPermissionStatus(permissionStatus PermissionStatus) : InodeFile from class alluxio.master.file.meta.InodeFile | From | To | |
Change Return Type | 19 | ||
Change Return Type void to CreateFileOptions in method public setBlockSizeBytes(blockSizeBytes long) : CreateFileOptions in class alluxio.master.file.options.CreateFileOptions | From | To | |
Change Return Type void to T in method public setPinned(pinned boolean) : T in class alluxio.master.file.meta.Inode | From | To | |
Change Return Type T to CreateDirectoryOptions in method public setAllowExists(allowExists boolean) : CreateDirectoryOptions in class alluxio.master.file.options.CreateDirectoryOptions | From | To | |
Change Return Type void to InodeFile in method public setLength(length long) : InodeFile in class alluxio.master.file.meta.InodeFile | From | To | |
Change Return Type void to T in method public setPermission(permission short) : T in class alluxio.master.file.meta.Inode | From | To | |
Change Return Type void to T in method public setPersistenceState(persistenceState PersistenceState) : T in class alluxio.master.file.meta.Inode | From | To | |
Change Return Type T to InodeFile in method public setBlockSizeBytes(blockSizeBytes long) : InodeFile in class alluxio.master.file.meta.InodeFile | From | To | |
Change Return Type void to T in method public setUserName(userName String) : T in class alluxio.master.file.meta.Inode | From | To | |
Change Return Type void to T in method public setDeleted(deleted boolean) : T in class alluxio.master.file.meta.Inode | From | To | |
Change Return Type void to InodeFile in method public setBlockIds(blockIds List<Long>) : InodeFile in class alluxio.master.file.meta.InodeFile | From | To | |
Change Return Type void to T in method public setName(name String) : T in class alluxio.master.file.meta.Inode | From | To | |
Change Return Type void to InodeFile in method public setCacheable(cacheable boolean) : InodeFile in class alluxio.master.file.meta.InodeFile | From | To | |
Change Return Type void to InodeFile in method public setTtl(ttl long) : InodeFile in class alluxio.master.file.meta.InodeFile | From | To | |
Change Return Type void to T in method public setLastModificationTimeMs(lastModificationTimeMs long) : T in class alluxio.master.file.meta.Inode | From | To | |
Change Return Type InodeFile.Builder to InodeFile in method public setPermissionStatus(permissionStatus PermissionStatus) : InodeFile in class alluxio.master.file.meta.InodeFile | From | To | |
Change Return Type void to InodeFile in method public setCompleted(completed boolean) : InodeFile in class alluxio.master.file.meta.InodeFile | From | To | |
Change Return Type T to CreateFileOptions in method public setTtl(ttl long) : CreateFileOptions in class alluxio.master.file.options.CreateFileOptions | From | To | |
Change Return Type void to T in method public setParentId(parentId long) : T in class alluxio.master.file.meta.Inode | From | To | |
Change Return Type void to T in method public setGroupName(groupName String) : T in class alluxio.master.file.meta.Inode | From | To | |
Push Down Attribute | 3 | ||
Push Down Attribute protected mTtl : long from class alluxio.master.file.options.CreatePathOptions to private mTtl : long from class alluxio.master.file.options.CreateFileOptions | From | To | |
Push Down Attribute protected mAllowExists : boolean from class alluxio.master.file.options.CreatePathOptions to private mAllowExists : boolean from class alluxio.master.file.options.CreateDirectoryOptions | From | To | |
Push Down Attribute protected mBlockSizeBytes : long from class alluxio.master.file.options.CreatePathOptions to private mBlockSizeBytes : long from class alluxio.master.file.options.CreateFileOptions | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setMountPoint(mountPoint boolean) : InodeDirectory extracted from public createPath(path AlluxioURI, options CreatePathOptions) : CreatePathResult in class alluxio.master.file.meta.InodeTree & moved to class alluxio.master.file.meta.InodeDirectory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ps : PermissionStatus to permissionStatus : PermissionStatus in method public setPermissionStatus(permissionStatus PermissionStatus) : InodeFile in class alluxio.master.file.meta.InodeFile | From | To |