6f47e31babe159ec28c8619263d8ea874e56f8fc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getNumberOfKeyGroups() : int renamed to public getMaxNumberOfSubtaks() : int in class org.apache.flink.runtime.executiongraph.TaskInformation | From | To | |
| Rename Method public getNumberOfKeyGroups() : int renamed to public getMaxNumberOfParallelSubtasks() : int in class org.apache.flink.api.common.TaskInfo | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute numberOfKeyGroups : int to maxNumberOfParallelSubtasks : int in class org.apache.flink.api.common.TaskInfo | From | To | |
| Rename Attribute numberOfKeyGroups : int to maxNumberOfSubtaks : int in class org.apache.flink.runtime.executiongraph.TaskInformation | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter numberOfKeyGroups : int to maxNumberOfSubtaks : int in method public TaskInformation(jobVertexId JobVertexID, taskName String, numberOfSubtasks int, maxNumberOfSubtaks int, invokableClassName String, taskConfiguration Configuration) in class org.apache.flink.runtime.executiongraph.TaskInformation | From | To | |
| Rename Parameter numberOfKeyGroups : int to maxNumberOfParallelSubtasks : int in method public TaskInfo(taskName String, maxNumberOfParallelSubtasks int, indexOfSubtask int, numberOfParallelSubtasks int, attemptNumber int) in class org.apache.flink.api.common.TaskInfo | From | To |