8a2a9dd238da7c139b2c004a04574f074e43b852
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public acquireResourceToBlockReinit() : Optional<CountResource> renamed to public block() : ReinitBlockerResource in class alluxio.client.file.FileSystemContextReinitializer | From | To | |
Change Return Type | 2 | ||
Change Return Type boolean to void in method public reinit(updateClusterConf boolean, updatePathConf boolean) : void in class alluxio.client.file.FileSystemContext | From | To | |
Change Return Type Optional<CountResource> to ReinitBlockerResource in method public block() : ReinitBlockerResource in class alluxio.client.file.FileSystemContextReinitializer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type r : CountResource to r : ReinitBlockerResource in method private rpc(fn RpcCallable<FileSystemMasterClient,R>) : R in class alluxio.client.file.BaseFileSystem | From | To |