10faa83f7c754a32b6aa3e6732947f3c75241fc5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getUnderFileSystem() : UnderFileSystem renamed to public getUfsResource() : CloseableResource<UnderFileSystem> in class alluxio.worker.netty.UfsFileWriteRequestContext | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type ufs : UnderFileSystem to ufs : UfsManager.UfsClient in method private Resolution(uri AlluxioURI, ufs UfsManager.UfsClient, shared boolean, mountId long) in class alluxio.master.file.meta.MountTable.Resolution | From | To | |
| Change Parameter Type resolution : MountTable.Resolution to physicalStores : List<String> in method public getPhysicalUfsState(physicalStores List<String>) : Map<String,UnderFileSystem.UfsMode> in class alluxio.underfs.MasterUfsManager | From | To | |
| Rename Variable | 7 | ||
| Rename Variable ufsInfo : UfsInfo to ufsClient : UfsClient in method public before() : void in class alluxio.worker.file.FileDataManagerTest | From | To | |
| Rename Variable ufsInfo : UfsInfo to ufsClient : UfsClient in method public get(mountId long) : UfsClient in class alluxio.underfs.WorkerUfsManager | From | To | |
| Rename Variable ufsInfo : UfsInfo to ufsClient : UfsClient in method public before() : void in class alluxio.master.file.meta.MountTableTest | From | To | |
| Rename Variable ufsInfo : UfsInfo to ufsClient : UfsClient in method public get(mountId long) : UfsClient in class alluxio.underfs.AbstractUfsManager | From | To | |
| Rename Variable ufsInfo : UfsInfo to ufsClient : UfsClient in method public before() : void in class alluxio.worker.netty.UfsFileWriteHandlerTest | From | To | |
| Rename Variable ufsInfo : UfsInfo to ufsClient : UfsManager.UfsClient in method private createUfsFile(context UfsFileWriteRequestContext, channel Channel) : void in class alluxio.worker.netty.UfsFileWriteHandler.UfsFilePacketWriter | From | To | |
| Rename Variable ufsInfo : UfsInfo to ufsClient : UfsClient in method public before() : void in class alluxio.worker.block.UnderFileSystemBlockReaderTest | From | To | |
| Change Return Type | 6 | ||
| Change Return Type UnderFileSystem to CloseableResource<UnderFileSystem> in method public getUfsResource() : CloseableResource<UnderFileSystem> in class alluxio.worker.netty.UfsFileWriteRequestContext | From | To | |
| Change Return Type UfsInfo to UfsClient in method public get(mountId long) : UfsClient in class alluxio.underfs.AbstractUfsManager | From | To | |
| Change Return Type UfsInfo to UfsClient in method public getRoot() : UfsClient in class alluxio.underfs.AbstractUfsManager | From | To | |
| Change Return Type UfsInfo to UfsClient in method public get(mountId long) : UfsClient in class alluxio.underfs.WorkerUfsManager | From | To | |
| Change Return Type UfsInfo to UfsClient in method public get(mountId long) : UfsClient in class alluxio.underfs.UfsManager | From | To | |
| Change Return Type UfsInfo to UfsClient in method public getRoot() : UfsClient in class alluxio.underfs.UfsManager | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private mUfs : UnderFileSystem from class alluxio.master.file.meta.MountTable.Resolution to private mUfs : UnderFileSystem from class alluxio.underfs.UfsManager.UfsClient | From | To | |
| Rename Class | 1 | ||
| Rename Class alluxio.underfs.UfsManager.UfsInfo renamed to alluxio.underfs.UfsManager.UfsClient | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute mRootUfsInfo : UfsInfo to mRootUfsClient : UfsClient in class alluxio.underfs.AbstractUfsManager | From | To | |
| Rename Attribute mUfs : UnderFileSystem to mUfsClient : UfsManager.UfsClient in class alluxio.master.file.meta.MountTable.Resolution | From | To | |
| Change Variable Type | 7 | ||
| Change Variable Type ufsInfo : UfsInfo to ufsClient : UfsClient in method public get(mountId long) : UfsClient in class alluxio.underfs.AbstractUfsManager | From | To | |
| Change Variable Type ufsInfo : UfsInfo to ufsClient : UfsClient in method public before() : void in class alluxio.worker.netty.UfsFileWriteHandlerTest | From | To | |
| Change Variable Type ufsInfo : UfsInfo to ufsClient : UfsClient in method public before() : void in class alluxio.worker.block.UnderFileSystemBlockReaderTest | From | To | |
| Change Variable Type ufsInfo : UfsInfo to ufsClient : UfsManager.UfsClient in method private createUfsFile(context UfsFileWriteRequestContext, channel Channel) : void in class alluxio.worker.netty.UfsFileWriteHandler.UfsFilePacketWriter | From | To | |
| Change Variable Type ufsInfo : UfsInfo to ufsClient : UfsClient in method public before() : void in class alluxio.worker.file.FileDataManagerTest | From | To | |
| Change Variable Type ufsInfo : UfsInfo to ufsClient : UfsClient in method public get(mountId long) : UfsClient in class alluxio.underfs.WorkerUfsManager | From | To | |
| Change Variable Type ufsInfo : UfsInfo to ufsClient : UfsClient in method public before() : void in class alluxio.master.file.meta.MountTableTest | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type mMountIdToUfsInfoMap : ConcurrentHashMap<Long,UfsInfo> to mMountIdToUfsInfoMap : ConcurrentHashMap<Long,UfsClient> in class alluxio.underfs.AbstractUfsManager | From | To | |
| Change Attribute Type mRootUfsInfo : UfsInfo to mRootUfsClient : UfsClient in class alluxio.underfs.AbstractUfsManager | From | To | |
| Change Attribute Type mUfs : UnderFileSystem to mUfsClient : UfsManager.UfsClient in class alluxio.master.file.meta.MountTable.Resolution | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter resolution : MountTable.Resolution to physicalStores : List<String> in method public getPhysicalUfsState(physicalStores List<String>) : Map<String,UnderFileSystem.UfsMode> in class alluxio.underfs.MasterUfsManager | From | To |