78303d4e26d1fb3dffaa44b49ad5b22bc24db875
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testClassLoaderForCheckpointHooks() : void renamed to public testDeserializationOfUserCodeWithUserClassLoader() : void in class org.apache.flink.runtime.checkpoint.CheckpointSettingsSerializableTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type defaultStateBackend : StateBackend to defaultStateBackend : SerializedValue<StateBackend> in method public JobCheckpointingSettings(verticesToTrigger List<JobVertexID>, verticesToAcknowledge List<JobVertexID>, verticesToConfirm List<JobVertexID>, checkpointInterval long, checkpointTimeout long, minPauseBetweenCheckpoints long, maxConcurrentCheckpoints int, externalizedCheckpointSettings ExternalizedCheckpointSettings, defaultStateBackend SerializedValue<StateBackend>, isExactlyOnce boolean) in class org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings | From | To | |
Change Parameter Type defaultStateBackend : StateBackend to defaultStateBackend : SerializedValue<StateBackend> in method public JobCheckpointingSettings(verticesToTrigger List<JobVertexID>, verticesToAcknowledge List<JobVertexID>, verticesToConfirm List<JobVertexID>, checkpointInterval long, checkpointTimeout long, minPauseBetweenCheckpoints long, maxConcurrentCheckpoints int, externalizedCheckpointSettings ExternalizedCheckpointSettings, defaultStateBackend SerializedValue<StateBackend>, masterHooks SerializedValue<MasterTriggerRestoreHook.Factory[]>, isExactlyOnce boolean) in class org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings | From | To | |
Change Return Type | 1 | ||
Change Return Type StateBackend to SerializedValue<StateBackend> in method public getDefaultStateBackend() : SerializedValue<StateBackend> in class org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings | From | To | |
Change Variable Type | 1 | ||
Change Variable Type applicationConfiguredBackend : StateBackend to applicationConfiguredBackend : SerializedValue<StateBackend> in method public buildGraph(prior ExecutionGraph, jobGraph JobGraph, jobManagerConfig Configuration, futureExecutor ScheduledExecutorService, ioExecutor Executor, slotProvider SlotProvider, classLoader ClassLoader, recoveryFactory CheckpointRecoveryFactory, timeout Time, restartStrategy RestartStrategy, metrics MetricGroup, parallelismForAutoMax int, log Logger) : ExecutionGraph in class org.apache.flink.runtime.executiongraph.ExecutionGraphBuilder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type defaultStateBackend : StateBackend to defaultStateBackend : SerializedValue<StateBackend> in class org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings | From | To |