bc486ded5258be1bbf447c34d959a3538a3bca6d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public setUfsIdIsSet(value boolean) : void renamed to public setMountIdIsSet(value boolean) : void in class alluxio.thrift.FileInfo | From | To | |
Rename Method public setUfsId(ufsId long) : FileInfo renamed to public setMountId(mountId long) : FileInfo in class alluxio.thrift.FileInfo | From | To | |
Rename Method public getUfsId() : long renamed to public getMountId() : long in class alluxio.thrift.FileInfo | From | To | |
Rename Method public unsetUfsId() : void renamed to public unsetMountId() : void in class alluxio.thrift.FileInfo | From | To | |
Rename Method public isSetUfsId() : boolean renamed to public isSetMountId() : boolean in class alluxio.thrift.FileInfo | From | To | |
Rename Variable | 3 | ||
Rename Variable this_present_ufsId : boolean to this_present_mountId : boolean in method public equals(that FileInfo) : boolean in class alluxio.thrift.FileInfo | From | To | |
Rename Variable present_ufsId : boolean to present_mountId : boolean in method public hashCode() : int in class alluxio.thrift.FileInfo | From | To | |
Rename Variable that_present_ufsId : boolean to that_present_mountId : boolean in method public equals(that FileInfo) : boolean in class alluxio.thrift.FileInfo | From | To | |
Rename Attribute | 3 | ||
Rename Attribute ufsId : long to mountId : long in class alluxio.thrift.FileInfo | From | To | |
Rename Attribute __UFSID_ISSET_ID : int to __MOUNTID_ISSET_ID : int in class alluxio.thrift.FileInfo | From | To | |
Rename Attribute UFS_ID_FIELD_DESC : TField to MOUNT_ID_FIELD_DESC : TField in class alluxio.thrift.FileInfo | From | To | |
Rename Parameter | 2 | ||
Rename Parameter ufsId : long to mountId : long in method public setMountId(mountId long) : FileInfo in class alluxio.thrift.FileInfo | From | To | |
Rename Parameter ufsId : long to mountId : long in method public FileInfo(fileId long, name String, path String, ufsPath String, length long, blockSizeBytes long, creationTimeMs long, completed boolean, folder boolean, pinned boolean, cacheable boolean, persisted boolean, blockIds List<Long>, inMemoryPercentage int, lastModificationTimeMs long, ttl long, owner String, group String, mode int, persistenceState String, mountPoint boolean, fileBlockInfos List<FileBlockInfo>, ttlAction TTtlAction, mountId long) in class alluxio.thrift.FileInfo | From | To |