Class CreateEmbeddedSchedulerWorkflowRequestBody

java.lang.Object
org.apache.flink.table.gateway.rest.message.materializedtable.scheduler.CreateEmbeddedSchedulerWorkflowRequestBody
All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.RequestBody

public class CreateEmbeddedSchedulerWorkflowRequestBody extends Object implements org.apache.flink.runtime.rest.messages.RequestBody
RequestBody for create workflow in embedded scheduler.
  • Constructor Details

    • CreateEmbeddedSchedulerWorkflowRequestBody

      public CreateEmbeddedSchedulerWorkflowRequestBody(String materializedTableIdentifier, String cronExpression, @Nullable Map<String,String> initConfig, @Nullable Map<String,String> executionConfig, String restEndpointUrl)
  • Method Details

    • getMaterializedTableIdentifier

      public String getMaterializedTableIdentifier()
    • getInitConfig

      @Nullable public Map<String,String> getInitConfig()
    • getExecutionConfig

      @Nullable public Map<String,String> getExecutionConfig()
    • getCronExpression

      public String getCronExpression()
    • getRestEndpointUrl

      public String getRestEndpointUrl()