d739ee2532e0fd49ef37508b1c2e4a355473aaa5
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable id : int to key : String in method public putState(state T) : String in class org.apache.flink.runtime.checkpoint.HeapStateStore | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method public receiveAcknowledgeMessage(message AcknowledgeCheckpoint) : boolean in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type id : int to key : String in method public putState(state T) : String in class org.apache.flink.runtime.checkpoint.HeapStateStore | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type stateMap : Map<Integer,T> to stateMap : ConcurrentMap<String,T> in class org.apache.flink.runtime.checkpoint.HeapStateStore | From | To | |
| Extract Method | 1 | ||
| Extract Method public triggerCheckpoint(timestamp long, nextCheckpointId long) : boolean extracted from public triggerCheckpoint(timestamp long) : boolean in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To |