Class CreateEmbeddedSchedulerWorkflowRequestBody
- java.lang.Object
-
- org.apache.flink.table.gateway.rest.message.materializedtable.scheduler.CreateEmbeddedSchedulerWorkflowRequestBody
-
- All Implemented Interfaces:
RequestBody
public class CreateEmbeddedSchedulerWorkflowRequestBody extends Object implements RequestBody
RequestBody
for create workflow in embedded scheduler.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCronExpression()
Map<String,String>
getExecutionConfig()
Map<String,String>
getInitConfig()
String
getMaterializedTableIdentifier()
String
getRestEndpointUrl()
-