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
RequestBodyfor create workflow in embedded scheduler.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCronExpression()Map<String,String>getExecutionConfig()Map<String,String>getInitConfig()StringgetMaterializedTableIdentifier()StringgetRestEndpointUrl()
-