You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zili Chen (Jira)" <ji...@apache.org> on 2019/09/28 03:36:00 UTC

[jira] [Created] (FLINK-14263) Extract static method from ClusterClient to ClientUtils

Zili Chen created FLINK-14263:
---------------------------------

             Summary: Extract static method from ClusterClient to ClientUtils
                 Key: FLINK-14263
                 URL: https://issues.apache.org/jira/browse/FLINK-14263
             Project: Flink
          Issue Type: Sub-task
          Components: Client / Job Submission
            Reporter: Zili Chen
            Assignee: Zili Chen
             Fix For: 1.10.0


Including

- {{getOptimizedPlan(Optimizer, PackagedProgram, int)}}
- {{getOptimizedPlan(Optimizer, Plan, int)}}
- {{getJobGraph(Configuration, FlinkPlan, List<URL>, List<URL>, SavepointRestoreSettings)}}

It is towards an interface-ized {{ClusterClient}}. Although interface can technically have static method, they are actually out of its scope and {{getOptimizedPlan}} is somehow for legacy usage.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)