Package org.apache.flink.table.workflow
package org.apache.flink.table.workflow
-
ClassDescription
CreateRefreshWorkflowprovides the related information to create periodic refresh workflow ofCatalogMaterializedTable.CreateRefreshWorkflowprovides the related information to create refresh workflow ofCatalogMaterializedTable.DeleteRefreshWorkflow<T extends RefreshHandler>DeleteRefreshWorkflowprovides the related information to delete refresh workflow ofCatalogMaterializedTable.ModifyRefreshWorkflow<T extends RefreshHandler>ModifyRefreshWorkflowprovides the related information to modify refresh workflow ofCatalogMaterializedTable.RefreshWorkflowis the basic interface that provide the related information to operate the refresh workflow ofCatalogMaterializedTable, the operation of refresh workflow include create, modify, drop, etc.ResumeRefreshWorkflow<T extends RefreshHandler>ModifyRefreshWorkflowprovides the related information to resume refresh workflow ofCatalogMaterializedTable.SuspendRefreshWorkflow<T extends RefreshHandler>ModifyRefreshWorkflowprovides the related information to suspend refresh workflow ofCatalogMaterializedTable.A workflow-related operation exception to materialized table, including create, suspend, resume, drop workflow operation, etc.WorkflowScheduler<T extends RefreshHandler>This interface is used to interact with specific workflow scheduler services that support creating, modifying, and deleting refreshed workflow of Materialized Table.