8d589623d2c2d039b014bc8783bef25351ec36ce
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getClient(options CommandLineOptions, programName String) : ClusterClient renamed to public createClient(options CommandLineOptions, programName String) : ClusterClient in class org.apache.flink.yarn.CliFrontendYarnAddressConfigurationTest.TestCLI | From | To | |
Rename Method protected getClient(options CommandLineOptions, programName String) : ClusterClient renamed to protected createClient(options CommandLineOptions, programName String) : ClusterClient in class org.apache.flink.client.CliFrontend | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method protected createActorSystem() : ActorSystem from class org.apache.flink.client.program.ClusterClient to public get() : ActorSystem from class org.apache.flink.client.program.ClusterClient.LazyActorSystemLoader | From | To | |
Move Attribute | 1 | ||
Move Attribute protected actorSystem : ActorSystem from class org.apache.flink.client.program.ClusterClient to private actorSystem : ActorSystem from class org.apache.flink.client.program.ClusterClient.LazyActorSystemLoader | From | To | |
Rename Attribute | 2 | ||
Rename Attribute applicationId : ApplicationReport to appReport : ApplicationReport in class org.apache.flink.yarn.YarnClusterClient | From | To | |
Rename Attribute actorSystem : ActorSystem to actorSystemLoader : LazyActorSystemLoader in class org.apache.flink.client.program.ClusterClient | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type applicationClient : ActorRef to applicationClient : LazApplicationClientLoader in class org.apache.flink.yarn.YarnClusterClient | From | To | |
Change Attribute Type actorSystem : ActorSystem to actorSystemLoader : LazyActorSystemLoader in class org.apache.flink.client.program.ClusterClient | From | To |