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