Class WorkflowInfo
- java.lang.Object
-
- org.apache.flink.table.gateway.workflow.WorkflowInfo
-
public class WorkflowInfo extends Object
TheWorkflowInfo
represents the required information of one materialized table background workflow. It is used byEmbeddedSchedulerJob
when 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 boolean
equals(Object o)
Map<String,String>
getDynamicOptions()
Map<String,String>
getExecutionConfig()
Map<String,String>
getInitConfig()
String
getMaterializedTableIdentifier()
String
getRestEndpointUrl()
int
hashCode()
String
toString()
-