Class DeployScriptRequestBody

java.lang.Object
org.apache.flink.table.gateway.rest.message.application.DeployScriptRequestBody
All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.RequestBody

public class DeployScriptRequestBody extends Object implements org.apache.flink.runtime.rest.messages.RequestBody
Request to deploy a script in application mode.
  • Constructor Details

    • DeployScriptRequestBody

      public DeployScriptRequestBody(@Nullable String script, @Nullable String scriptUri, @Nullable Map<String,String> executionConfig)
  • Method Details

    • getExecutionConfig

      public Map<String,String> getExecutionConfig()
    • getScript

      @Nullable public String getScript()
    • getScriptUri

      @Nullable public String getScriptUri()