08d088103b1b4b2c0c772ec36a8b3e52b2588b5f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class org.apache.flink.streaming.runtime.tasks.StreamTask.CheckpointingOperation.AsynCheckpointState renamed to org.apache.flink.streaming.runtime.tasks.StreamTask.CheckpointingOperation.AsyncCheckpointState | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type asyncCheckpointState : AtomicReference<CheckpointingOperation.AsynCheckpointState> to asyncCheckpointState : AtomicReference<CheckpointingOperation.AsyncCheckpointState> in class org.apache.flink.streaming.runtime.tasks.StreamTask.AsyncCheckpointRunnable | From | To |