|
Change Parameter Type customCommandLines : Collection<CustomCommandLine<?>> to customCommandLines : Collection<CustomCommandLine> in method public printHelp(customCommandLines Collection<CustomCommandLine>) : void in class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Change Parameter Type customCommandLines : List<CustomCommandLine<?>> to customCommandLines : List<CustomCommandLine> in method public CliFrontend(configuration Configuration, customCommandLines List<CustomCommandLine>) in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Parameter Type clusterClient : T to clusterClient : ClusterClient in method public DummyCustomCommandLine(clusterClient ClusterClient) in class org.apache.flink.client.cli.util.DummyCustomCommandLine |
From |
To |
|
Change Parameter Type customCommandLines : Collection<CustomCommandLine<?>> to customCommandLines : Collection<CustomCommandLine> in method public printHelpForStop(customCommandLines Collection<CustomCommandLine>) : void in class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Change Parameter Type customCommandLines : Collection<CustomCommandLine<?>> to customCommandLines : Collection<CustomCommandLine> in method public printHelpForCancel(customCommandLines Collection<CustomCommandLine>) : void in class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Change Parameter Type customCommandLines : Collection<CustomCommandLine<?>> to customCommandLines : Collection<CustomCommandLine> in method public printHelpForRun(customCommandLines Collection<CustomCommandLine>) : void in class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Change Parameter Type customCommandLines : Collection<CustomCommandLine<?>> to customCommandLines : Collection<CustomCommandLine> in method private printCustomCliOptions(customCommandLines Collection<CustomCommandLine>, formatter HelpFormatter, runOptions boolean) : void in class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Change Parameter Type clusterClient : C to clusterClient : ClusterClient in method public DummyClusterDescriptor(clusterClient ClusterClient) in class org.apache.flink.client.cli.util.DummyClusterDescriptor |
From |
To |
|
Change Parameter Type customCommandLines : Collection<CustomCommandLine<?>> to customCommandLines : Collection<CustomCommandLine> in method public printHelpForSavepoint(customCommandLines Collection<CustomCommandLine>) : void in class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Change Parameter Type customCommandLines : Collection<CustomCommandLine<?>> to customCommandLines : Collection<CustomCommandLine> in method public printHelpForList(customCommandLines Collection<CustomCommandLine>) : void in class org.apache.flink.client.cli.CliFrontendParser |
From |
To |
|
Change Return Type CustomCommandLine<?> to CustomCommandLine in method private loadCustomCommandLine(className String, params Object...) : CustomCommandLine in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Return Type List<CustomCommandLine<?>> to List<CustomCommandLine> in method public loadCustomCommandLines(configuration Configuration, configurationDirectory String) : List<CustomCommandLine> in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Return Type C to ClusterClient in method public deployJobCluster(clusterSpecification ClusterSpecification, jobGraph JobGraph) : ClusterClient in class org.apache.flink.client.cli.util.DummyClusterDescriptor |
From |
To |
|
Change Return Type ClientType to ClusterClient in method public retrieve(applicationID String) : ClusterClient in class org.apache.flink.client.deployment.ClusterDescriptor |
From |
To |
|
Change Return Type C to ClusterClient in method public retrieve(applicationID String) : ClusterClient in class org.apache.flink.client.cli.util.DummyClusterDescriptor |
From |
To |
|
Change Return Type ClusterDescriptor<T> to ClusterDescriptor in method public createClusterDescriptor(commandLine CommandLine) : ClusterDescriptor in class org.apache.flink.client.cli.util.DummyCustomCommandLine |
From |
To |
|
Change Return Type ClusterDescriptor<RestClusterClient> to ClusterDescriptor in method public createClusterDescriptor(commandLine CommandLine) : ClusterDescriptor in class org.apache.flink.client.cli.Flip6DefaultCLI |
From |
To |
|
Change Return Type ClientType to ClusterClient in method public deployJobCluster(clusterSpecification ClusterSpecification, jobGraph JobGraph) : ClusterClient in class org.apache.flink.client.deployment.ClusterDescriptor |
From |
To |
|
Change Return Type C to ClusterClient in method public deploySessionCluster(clusterSpecification ClusterSpecification) : ClusterClient in class org.apache.flink.client.cli.util.DummyClusterDescriptor |
From |
To |
|
Change Return Type ClientType to ClusterClient in method public deploySessionCluster(clusterSpecification ClusterSpecification) : ClusterClient in class org.apache.flink.client.deployment.ClusterDescriptor |
From |
To |
|
Change Return Type ClusterDescriptor<ClusterType> to ClusterDescriptor in method public createClusterDescriptor(commandLine CommandLine) : ClusterDescriptor in class org.apache.flink.client.cli.CustomCommandLine |
From |
To |
|
Change Return Type ClusterDescriptor<StandaloneClusterClient> to ClusterDescriptor in method public createClusterDescriptor(commandLine CommandLine) : ClusterDescriptor in class org.apache.flink.client.cli.DefaultCLI |
From |
To |
|
Change Variable Type clusterDescriptor : ClusterDescriptor<?> to clusterDescriptor : ClusterDescriptor in method public testManualConfigurationOverride() : void in class org.apache.flink.client.cli.DefaultCLITest |
From |
To |
|
Change Variable Type activeCommandLine : CustomCommandLine<?> to activeCommandLine : CustomCommandLine in method protected cancel(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type customCommandLine : CustomCommandLine<?> to customCommandLine : CustomCommandLine in method protected run(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type customCommandLine : CustomCommandLine<?> to customCommandLine : CustomCommandLine in method public CliFrontend(configuration Configuration, customCommandLines List<CustomCommandLine>) in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type clusterDescriptor : ClusterDescriptor<?> to clusterDescriptor : ClusterDescriptor in method public testConfigurationPassing() : void in class org.apache.flink.client.cli.DefaultCLITest |
From |
To |
|
Change Variable Type customCommandLines : List<CustomCommandLine<?>> to customCommandLines : List<CustomCommandLine> in method public loadCustomCommandLines(configuration Configuration, configurationDirectory String) : List<CustomCommandLine> in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type activeCommandLine : CustomCommandLine<?> to activeCommandLine : CustomCommandLine in method protected list(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type clusterDescriptor : ClusterDescriptor<?> to clusterDescriptor : ClusterDescriptor in method protected list(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type customCommandLine : CustomCommandLine<?> to customCommandLine : CustomCommandLine in method protected savepoint(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type clusterDescriptor : ClusterDescriptor<?> to clusterDescriptor : ClusterDescriptor in method protected run(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type clusterDescriptor : ClusterDescriptor<?> to clusterDescriptor : ClusterDescriptor in method protected cancel(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type customCommandLines : List<CustomCommandLine<?>> to customCommandLines : List<CustomCommandLine> in method public main(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type activeCommandLine : CustomCommandLine<?> to activeCommandLine : CustomCommandLine in method protected stop(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type clusterDescriptor : ClusterDescriptor<?> to clusterDescriptor : ClusterDescriptor in method protected savepoint(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |
|
Change Variable Type clusterDescriptor : ClusterDescriptor<?> to clusterDescriptor : ClusterDescriptor in method protected stop(args String[]) : void in class org.apache.flink.client.cli.CliFrontend |
From |
To |