c590912c93a4059b40452dfa6cffbdd4d58cac13
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 42
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getExecutor() : Executor renamed to public getFutureExecutor() : Executor in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private executor : Executor from class org.apache.flink.runtime.executiongraph.ExecutionGraph to private executor : Executor from class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
| Extract Variable | 1 | ||
| Extract Variable executor : ExecutorService in method public testJobRecoveryWhenLosingLeadership() : void from class org.apache.flink.runtime.jobmanager.JobManagerHARecoveryTest | From | To | |
| Split Parameter | 1 | ||
| Split Parameter executor : Executor to [futureExecutor : Executor, ioExecutor : Executor] in method package ExecutionGraph(futureExecutor Executor, ioExecutor Executor, jobId JobID, jobName String, jobConfig Configuration, serializedConfig SerializedValue<ExecutionConfig>, timeout Time, restartStrategy RestartStrategy) in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
| Split Attribute | 1 | ||
| Split Attribute executor : Executor to [futureExecutor : Executor, ioExecutor : Executor] in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To | |
| Extract Method | 3 | ||
| Extract Method private discardState(stateObject StateObject) : void extracted from public receiveAcknowledgeMessage(message AcknowledgeCheckpoint) : boolean in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter executor : Executor to futureExecutor : Executor in method public ExecutionGraph(futureExecutor Executor, ioExecutor Executor, jobId JobID, jobName String, jobConfig Configuration, serializedConfig SerializedValue<ExecutionConfig>, timeout Time, restartStrategy RestartStrategy, requiredJarFiles List<BlobKey>, requiredClasspaths List<URL>, userClassLoader ClassLoader, metricGroup MetricGroup) in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To |