54f02ec7bae56a0559a61b981d0c88885090b128
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public stop() : void renamed to public shutdown() : void in class org.apache.flink.runtime.checkpoint.CheckpointIDCounter | From | To | |
Rename Method public stop() : void renamed to public shutdown() : void in class org.apache.flink.runtime.checkpoint.SavepointCoordinatorTest.MockCheckpointIdCounter | From | To | |
Rename Method public discardAllCheckpoints() : void renamed to public shutdown() : void in class org.apache.flink.runtime.checkpoint.ZooKeeperCompletedCheckpointStore | From | To | |
Rename Method public stop() : void renamed to public shutdown() : void in class org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter | From | To | |
Rename Method public discardAllCheckpoints() : void renamed to public shutdown() : void in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStore | From | To | |
Rename Method public discardAllCheckpoints() : void renamed to public shutdown() : void in class org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute actorSystem : ActorSystem to system : ActorSystem in method private createExecutionGraphAndEnableCheckpointing(counter CheckpointIDCounter, store CompletedCheckpointStore) : ExecutionGraph in class org.apache.flink.runtime.checkpoint.ExecutionGraphCheckpointCoordinatorTest | From | To | |
Extract Variable | 2 | ||
Extract Variable stat : Stat in method public getAll() : List<Tuple2<StateHandle<T>,String>> from class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore | From | To | |
Extract Variable stat : Stat in method public getAllSortedByName() : List<Tuple2<StateHandle<T>,String>> from class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore | From | To | |
Extract Method | 2 | ||
Extract Method private shutdown(shutdownStoreAndCounter boolean) : void extracted from public shutdown() : void in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator | From | To | |
Extract Method private createExecutionGraphAndEnableCheckpointing(counter CheckpointIDCounter, store CompletedCheckpointStore) : ExecutionGraph extracted from public testCheckpointAndSavepointCoordinatorShareCheckpointIDCounter() : void in class org.apache.flink.runtime.checkpoint.ExecutionGraphCheckpointCoordinatorTest | From | To |