14e7d35f26f51672cb90b63f16f349e6eb846b23
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type kvState : Map.Entry<String,StateTable<K,?,?>> to kvState : Map.Entry<String,StateTableSnapshot> in method protected performOperation() : SnapshotResult<KeyedStateHandle> in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend.HeapSnapshotStrategy.performSnapshot.ioCallable | From | To | |
Change Variable Type cowStateStableSnapshots : Map<StateTable<K,?,?>,StateTableSnapshot> to cowStateStableSnapshots : Map<String,StateTableSnapshot> in method public performSnapshot(checkpointId long, timestamp long, primaryStreamFactory CheckpointStreamFactory, checkpointOptions CheckpointOptions) : RunnableFuture<SnapshotResult<KeyedStateHandle>> in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend.HeapSnapshotStrategy | From | To | |
Extract Variable | 4 | ||
Extract Variable stateName : String in method protected performOperation() : SnapshotResult<KeyedStateHandle> from class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend.HeapSnapshotStrategy.performSnapshot.ioCallable | From | To | |
Extract Variable stateName : String in method public performSnapshot(checkpointId long, timestamp long, primaryStreamFactory CheckpointStreamFactory, checkpointOptions CheckpointOptions) : RunnableFuture<SnapshotResult<KeyedStateHandle>> from class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend.HeapSnapshotStrategy | From | To |