5dd5945a23824722212e4f94c324495847cfe196
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public escapeURI(uri AlluxioURI) : String renamed to public escape(uri AlluxioURI) : String in class alluxio.metrics.MetricsSystem | From | To | |
Rename Method public getUfsUri() : AlluxioURI renamed to public getUfsMountPointUri() : AlluxioURI in class alluxio.worker.block.UnderFileSystemBlockReader | From | To | |
Rename Variable | 3 | ||
Rename Variable ufs : Ufs to ufsInfo : UfsInfo in method public addMount(mountId long, ufsUri AlluxioURI, ufsConf UnderFileSystemConfiguration) : UfsInfo in class alluxio.underfs.AbstractUfsManager | From | To | |
Rename Variable ufs : Ufs to ufsInfo : UfsInfo in method public get(mountId long) : UfsInfo in class alluxio.underfs.AbstractUfsManager | From | To | |
Rename Variable ufs : Ufs to ufsInfo : UfsInfo in method public get(mountId long) : UfsInfo in class alluxio.underfs.WorkerUfsManager | From | To | |
Change Return Type | 7 | ||
Change Return Type Ufs to UfsInfo in method public getRoot() : UfsInfo in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Return Type Ufs to UfsInfo in method public get(mountId long) : UfsInfo in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Return Type Ufs to UfsInfo in method public get(mountId long) : UfsInfo in class alluxio.underfs.WorkerUfsManager | From | To | |
Change Return Type Ufs to UfsInfo in method public addMount(mountId long, ufsUri AlluxioURI, ufsConf UnderFileSystemConfiguration) : UfsInfo in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Return Type Ufs to UfsInfo in method public getRoot() : UfsInfo in class alluxio.underfs.UfsManager | From | To | |
Change Return Type Ufs to UfsInfo in method public get(mountId long) : UfsInfo in class alluxio.underfs.UfsManager | From | To | |
Change Return Type Ufs to UfsInfo in method public addMount(mountId long, ufsUri AlluxioURI, ufsConf UnderFileSystemConfiguration) : UfsInfo in class alluxio.underfs.UfsManager | From | To | |
Rename Class | 1 | ||
Rename Class alluxio.underfs.UfsManager.Ufs renamed to alluxio.underfs.UfsManager.UfsInfo | From | To | |
Rename Attribute | 3 | ||
Rename Attribute mUfs : UnderFileSystem to mUfsInfo : UnderFileSystem in class alluxio.underfs.UfsManager.UfsInfo | From | To | |
Rename Attribute mRootUfs : Ufs to mRootUfsInfo : UfsInfo in class alluxio.underfs.AbstractUfsManager | From | To | |
Rename Attribute mUfsUri : AlluxioURI to mUfsMountPointUri : AlluxioURI in class alluxio.worker.block.UnderFileSystemBlockReader | From | To | |
Extract Variable | 1 | ||
Extract Variable readableBytes : int in method private runInternal() : void from class alluxio.worker.netty.DataServerWriteHandler.PacketWriter | From | To | |
Change Variable Type | 6 | ||
Change Variable Type ufs : Ufs to ufsInfo : UfsInfo in method public get(mountId long) : UfsInfo in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Variable Type info : UfsInfo to info : alluxio.thrift.UfsInfo in method public get(mountId long) : UfsInfo in class alluxio.underfs.WorkerUfsManager | From | To | |
Change Variable Type ufs : Ufs to ufs : UfsInfo in method package FileWriteRequestInternal(request Protocol.WriteRequest) in class alluxio.worker.netty.DataServerUfsFileWriteHandler.FileWriteRequestInternal | From | To | |
Change Variable Type ufs : Ufs to ufsInfo : UfsInfo in method public get(mountId long) : UfsInfo in class alluxio.underfs.WorkerUfsManager | From | To | |
Change Variable Type ufs : Ufs to ufsInfo : UfsInfo in method public addMount(mountId long, ufsUri AlluxioURI, ufsConf UnderFileSystemConfiguration) : UfsInfo in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Variable Type ufsInfo : Ufs to ufsInfo : UfsInfo in method private updateUnderFileSystemInputStream(offset long) : void in class alluxio.worker.block.UnderFileSystemBlockReader | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mMountIdToUfsMap : ConcurrentHashMap<Long,Ufs> to mMountIdToUfsMap : ConcurrentHashMap<Long,UfsInfo> in class alluxio.underfs.AbstractUfsManager | From | To | |
Change Attribute Type mRootUfs : Ufs to mRootUfsInfo : UfsInfo in class alluxio.underfs.AbstractUfsManager | From | To |