cdb6f33a7e59b7f5d59aa60d1066a4b463b0dcbb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type ufsUri : String to ufsUri : AlluxioURI in method public addMount(mountId long, ufsUri AlluxioURI, ufsConf UnderFileSystemConfiguration) : Ufs in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Parameter Type ufsUri : String to ufsUri : AlluxioURI in method public addMount(mountId long, ufsUri AlluxioURI, ufsConf UnderFileSystemConfiguration) : Ufs in class alluxio.underfs.UfsManager | From | To | |
Change Parameter Type ufsUri : String to ufsUri : AlluxioURI in method private getOrAdd(ufsUri AlluxioURI, ufsConf UnderFileSystemConfiguration) : UnderFileSystem in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Return Type | 7 | ||
Change Return Type UnderFileSystem to Ufs in method public get(mountId long) : Ufs in class alluxio.underfs.UfsManager | From | To | |
Change Return Type UnderFileSystem to Ufs in method public getRoot() : Ufs in class alluxio.underfs.UfsManager | From | To | |
Change Return Type UnderFileSystem to Ufs in method public get(mountId long) : Ufs in class alluxio.underfs.WorkerUfsManager | From | To | |
Change Return Type UnderFileSystem to Ufs in method public addMount(mountId long, ufsUri AlluxioURI, ufsConf UnderFileSystemConfiguration) : Ufs in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Return Type UnderFileSystem to Ufs in method public get(mountId long) : Ufs in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Return Type UnderFileSystem to Ufs in method public getRoot() : Ufs in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Return Type UnderFileSystem to Ufs in method public addMount(mountId long, ufsUri AlluxioURI, ufsConf UnderFileSystemConfiguration) : Ufs in class alluxio.underfs.UfsManager | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mMountIdToUnderFileSystemMap : ConcurrentHashMap<Long,UnderFileSystem> to mMountIdToUfsMap : ConcurrentHashMap<Long,Ufs> in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Variable Type | 2 | ||
Change Variable Type ufs : UnderFileSystem to ufs : Ufs in method public get(mountId long) : Ufs in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Variable Type ufs : UnderFileSystem to ufs : Ufs in method public get(mountId long) : Ufs in class alluxio.underfs.WorkerUfsManager | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mMountIdToUnderFileSystemMap : ConcurrentHashMap<Long,UnderFileSystem> to mMountIdToUfsMap : ConcurrentHashMap<Long,Ufs> in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Attribute Type mRootUfs : UnderFileSystem to mRootUfs : Ufs in class alluxio.underfs.AbstractUfsManager | From | To |