064379705f36aaea927c44bb303a867c0c66265d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public getResourceManagerId() : ResourceManagerId from class org.apache.flink.runtime.jobmaster.EstablishedResourceManagerConnection to public getResourceManagerId() : ResourceManagerId from class org.apache.flink.runtime.jobmaster.ResourceManagerAddress | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private resourceManagerId : ResourceManagerId from class org.apache.flink.runtime.jobmaster.EstablishedResourceManagerConnection to private resourceManagerId : ResourceManagerId from class org.apache.flink.runtime.jobmaster.ResourceManagerAddress | From | To | |
| Extract Method | 3 | ||
| Extract Method private reconnectToResourceManager(cause Exception) : void extracted from private notifyOfNewResourceManagerLeader(resourceManagerAddress String, resourceManagerId ResourceManagerId) : void in class org.apache.flink.runtime.jobmaster.JobMaster | From | To | |
| Extract Method private reconnectToResourceManager(cause Exception) : void extracted from public disconnectResourceManager(resourceManagerId ResourceManagerId, cause Exception) : void in class org.apache.flink.runtime.jobmaster.JobMaster | From | To | |
| Extract Method private tryConnectToResourceManager() : void extracted from private notifyOfNewResourceManagerLeader(resourceManagerAddress String, resourceManagerId ResourceManagerId) : void in class org.apache.flink.runtime.jobmaster.JobMaster | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter resourceManagerAddress : String to newResourceManagerAddress : String in method private notifyOfNewResourceManagerLeader(newResourceManagerAddress String, resourceManagerId ResourceManagerId) : void in class org.apache.flink.runtime.jobmaster.JobMaster | From | To |