dfd74a2e42bc06bbf85572225b902caf949b2aa3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type taskManagerLocation : TaskManagerLocation to taskManagerLocationInfo : String in method public receiveAcknowledgeMessage(message AcknowledgeCheckpoint, taskManagerLocationInfo String) : boolean in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
| Change Parameter Type taskManagerLocation : TaskManagerLocation to taskManagerLocationInfo : String in method public receiveDeclineMessage(message DeclineCheckpoint, taskManagerLocationInfo String) : void in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
| Rename Variable | 2 | ||
| Rename Variable optionalLocation : Optional<TaskManagerLocation> to taskManagerLocationInfo : String in method public acknowledgeCheckpoint(jobID JobID, executionAttemptID ExecutionAttemptID, checkpointId long, checkpointMetrics CheckpointMetrics, checkpointState TaskStateSnapshot) : void in class org.apache.flink.runtime.scheduler.LegacyScheduler | From | To | |
| Rename Variable optionalLocation : Optional<TaskManagerLocation> to taskManagerLocationInfo : String in method public declineCheckpoint(decline DeclineCheckpoint) : void in class org.apache.flink.runtime.scheduler.LegacyScheduler | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type optionalLocation : Optional<TaskManagerLocation> to taskManagerLocationInfo : String in method public acknowledgeCheckpoint(jobID JobID, executionAttemptID ExecutionAttemptID, checkpointId long, checkpointMetrics CheckpointMetrics, checkpointState TaskStateSnapshot) : void in class org.apache.flink.runtime.scheduler.LegacyScheduler | From | To | |
| Change Variable Type optionalLocation : Optional<TaskManagerLocation> to taskManagerLocationInfo : String in method public declineCheckpoint(decline DeclineCheckpoint) : void in class org.apache.flink.runtime.scheduler.LegacyScheduler | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter taskManagerLocation : TaskManagerLocation to taskManagerLocationInfo : String in method public receiveDeclineMessage(message DeclineCheckpoint, taskManagerLocationInfo String) : void in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
| Rename Parameter taskManagerLocation : TaskManagerLocation to taskManagerLocationInfo : String in method public receiveAcknowledgeMessage(message AcknowledgeCheckpoint, taskManagerLocationInfo String) : boolean in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To |