Class CreatePeriodicRefreshWorkflow

java.lang.Object
org.apache.flink.table.workflow.CreatePeriodicRefreshWorkflow
All Implemented Interfaces:
CreateRefreshWorkflow, RefreshWorkflow

@PublicEvolving public class CreatePeriodicRefreshWorkflow extends Object implements CreateRefreshWorkflow
CreateRefreshWorkflow provides the related information to create periodic refresh workflow of CatalogMaterializedTable.
  • Constructor Details

  • Method Details

    • getMaterializedTableIdentifier

      public ObjectIdentifier getMaterializedTableIdentifier()
    • getDescriptionStatement

      public String getDescriptionStatement()
    • getCronExpression

      public String getCronExpression()
    • getInitConfig

      @Nullable public Map<String,String> getInitConfig()
    • getExecutionConfig

      @Nullable public Map<String,String> getExecutionConfig()
    • getRestEndpointUrl

      public String getRestEndpointUrl()