2647bd3dc67c7a72178ff51f6284dacbae19974d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package get(path String, ufsConf Map<String,String>) : UnderFileSystem renamed to package getOrAdd(path String, ufsConf Map<String,String>, mountId long) : UnderFileSystem in class alluxio.underfs.UnderFileSystem.Factory.Cache | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type path : String to mountId : long in method public get(mountId long) : UnderFileSystem in class alluxio.underfs.UnderFileSystem.Factory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute INVALID_UFS_ID : long to INVALID_MOUNT_ID : long in class alluxio.util.IdUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter path : String to mountId : long in method public get(mountId long) : UnderFileSystem in class alluxio.underfs.UnderFileSystem.Factory | From | To |