Package org.apache.flink.table.workflow
Class CreatePeriodicRefreshWorkflow
- java.lang.Object
-
- org.apache.flink.table.workflow.CreatePeriodicRefreshWorkflow
-
- All Implemented Interfaces:
CreateRefreshWorkflow,RefreshWorkflow
@PublicEvolving public class CreatePeriodicRefreshWorkflow extends Object implements CreateRefreshWorkflow
CreateRefreshWorkflowprovides the related information to create periodic refresh workflow ofCatalogMaterializedTable.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCronExpression()StringgetDescriptionStatement()Map<String,String>getExecutionConfig()Map<String,String>getInitConfig()ObjectIdentifiergetMaterializedTableIdentifier()StringgetRestEndpointUrl()
-
-
-
Method Detail
-
getMaterializedTableIdentifier
public ObjectIdentifier getMaterializedTableIdentifier()
-
getDescriptionStatement
public String getDescriptionStatement()
-
getCronExpression
public String getCronExpression()
-
getRestEndpointUrl
public String getRestEndpointUrl()
-
-