Class WorkflowInfo
- java.lang.Object
-
- org.apache.flink.table.gateway.workflow.WorkflowInfo
-
public class WorkflowInfo extends Object
TheWorkflowInforepresents the required information of one materialized table background workflow. It is used byEmbeddedSchedulerJobwhen trigger the execution of workflow.Note: All member variables need be able to be serialized as json string.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getDynamicOptions()Map<String,String>getExecutionConfig()Map<String,String>getInitConfig()StringgetMaterializedTableIdentifier()StringgetRestEndpointUrl()inthashCode()StringtoString()
-