58165d69fb4cd49018031f14bfaf1e17039b36f7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 36
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setZooKeeperRecoveryMode(config Configuration, zooKeeperQuorum String, fsStateHandlePath String) : Configuration renamed to public configureZooKeeperHA(config Configuration, zooKeeperQuorum String, fsStateHandlePath String) : Configuration in class org.apache.flink.runtime.testutils.ZooKeeperTestUtils | From | To | |
Rename Variable | 2 | ||
Rename Variable recoveryMode : String to haMode : String in method public fromConfig(config Configuration) : HighAvailabilityMode in class org.apache.flink.runtime.jobmanager.HighAvailabilityMode | From | To | |
Rename Variable recoveryPath : String to storagePath : String in method package FileSystemBlobStore(config Configuration) in class org.apache.flink.runtime.blob.FileSystemBlobStore | From | To | |
Rename Attribute | 2 | ||
Rename Attribute HIGH_AVAILABILITY : String to HA_MODE : String in class org.apache.flink.configuration.ConfigConstants | From | To | |
Rename Attribute ZOOKEEPER_HA_PATH : String to HA_ZOOKEEPER_STORAGE_PATH : String in class org.apache.flink.configuration.ConfigConstants | From | To |