b8a784e93811a71f525070cee8ff32230fee8fee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type List<Map<N,Map<K,ST>>> to Map<N,Map<K,ST>>[] in method public getState() : Map<N,Map<K,ST>>[] in class org.apache.flink.runtime.state.heap.StateTable | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute keyGroupRange : KeyGroupRange to keyGroupOffset : int in class org.apache.flink.runtime.state.heap.StateTable | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type keyGroupRange : KeyGroupRange to keyGroupOffset : int in class org.apache.flink.runtime.state.heap.StateTable | From | To | |
| Change Attribute Type state : List<Map<N,Map<K,ST>>> to state : Map<N,Map<K,ST>>[] in class org.apache.flink.runtime.state.heap.StateTable | From | To |