a674240fc831b68a128c8f030fa9e9c7f337e12e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type entry : Map.Entry<String,AlluxioURI> to entry : Map.Entry<String,MountInfo> in method public getMountPoint(uri AlluxioURI) : String in class alluxio.master.file.meta.MountTable | From | To | |
Change Variable Type entry : Map.Entry<String,AlluxioURI> to entry : Map.Entry<String,MountInfo> in method public add(alluxioUri AlluxioURI, ufsUri AlluxioURI, options MountOptions) : void in class alluxio.master.file.meta.MountTable | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mMountTable : Map<String,AlluxioURI> to mMountTable : Map<String,MountInfo> in class alluxio.master.file.meta.MountTable | From | To |