Class EmbeddedSchedulerWorkflowRequestBody
- java.lang.Object
-
- org.apache.flink.table.gateway.rest.message.materializedtable.scheduler.EmbeddedSchedulerWorkflowRequestBody
-
- All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.RequestBody
public class EmbeddedSchedulerWorkflowRequestBody extends Object implements org.apache.flink.runtime.rest.messages.RequestBody
RequestBodyfor suspend, resume, delete workflow in embedded scheduler.
-
-
Constructor Summary
Constructors Constructor Description EmbeddedSchedulerWorkflowRequestBody(String workflowName, String workflowGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetWorkflowGroup()StringgetWorkflowName()
-