7d820d6fe17341463b2a0f9cd1cea1ef085eed21
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type backend : AbstractStateBackend to backend : StateBackend in method public setStateBackend(backend StateBackend) : void in class org.apache.flink.streaming.api.graph.StreamGraph | From | To | |
Change Return Type | 2 | ||
Change Return Type AbstractStateBackend to StateBackend in method public getStateBackend() : StateBackend in class org.apache.flink.streaming.api.graph.StreamGraph | From | To | |
Change Return Type AbstractStateBackend to StateBackend in method public getStateBackend() : StateBackend in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type defaultStateBackend : AbstractStateBackend to defaultStateBackend : StateBackend in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment | From | To | |
Change Attribute Type stateBackend : AbstractStateBackend to stateBackend : StateBackend in class org.apache.flink.streaming.api.graph.StreamGraph | From | To | |
Rename Parameter | 1 | ||
Rename Parameter metadataStore : StateBackend to checkpointStateBackend : StateBackend in method public enableCheckpointing(interval long, checkpointTimeout long, minPauseBetweenCheckpoints long, maxConcurrentCheckpoints int, externalizeSettings ExternalizedCheckpointSettings, verticesToTrigger List<ExecutionJobVertex>, verticesToWaitFor List<ExecutionJobVertex>, verticesToCommitTo List<ExecutionJobVertex>, masterHooks List<MasterTriggerRestoreHook<?>>, checkpointIDCounter CheckpointIDCounter, checkpointStore CompletedCheckpointStore, checkpointDir String, checkpointStateBackend StateBackend, statsTracker CheckpointStatsTracker) : void in class org.apache.flink.runtime.executiongraph.ExecutionGraph | From | To |