2f752830ba74c90ccce818d687572db9afded25b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private getAppsFromQueue(queueName String) : List<ApplicationAttemptId> extracted from public moveAllApps(sourceQueue String, destQueue String) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.AbstractYarnScheduler | From | To | |
Extract Method private getAppsFromQueue(queueName String) : List<ApplicationAttemptId> extracted from public killAllAppsInQueue(queueName String) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.AbstractYarnScheduler | From | To | |
Rename Parameter | 1 | ||
Rename Parameter sourceQueue : String to queueName : String in method private getAppsFromQueue(queueName String) : List<ApplicationAttemptId> in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.AbstractYarnScheduler | From | To |