Class 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 Detail

      • CreateEmbeddedSchedulerWorkflowRequestBody

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

      • getMaterializedTableIdentifier

        public String getMaterializedTableIdentifier()
      • getExecutionConfig

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

        public String getCronExpression()
      • getRestEndpointUrl

        public String getRestEndpointUrl()