53bc9d770948c0bc40e7ea60c6258bbc5aa12113
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable persistedFiles : List<Long> to filesInfo : FileDataManager.PersistedFilesInfo in method public heartbeat() : void in class alluxio.worker.file.FileWorkerMasterSyncExecutor | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to UfsFileStatus in method private fileExistsInUfs(fileId long) : UfsFileStatus in class alluxio.worker.file.FileDataManager | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mPersistedFiles : Set<Long> to mPersistedFilesInfo : Map<Long,UfsFileStatus> in class alluxio.worker.file.FileDataManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type persistedFiles : List<Long> to filesInfo : FileDataManager.PersistedFilesInfo in method public heartbeat() : void in class alluxio.worker.file.FileWorkerMasterSyncExecutor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mPersistedFiles : Set<Long> to mPersistedFilesInfo : Map<Long,UfsFileStatus> in class alluxio.worker.file.FileDataManager | From | To |