Uses of Package
org.apache.flink.table.workflow
Packages that use org.apache.flink.table.workflow
-
Classes in org.apache.flink.table.workflow used by org.apache.flink.table.factoriesClassDescriptionThis interface is used to interact with specific workflow scheduler services that support creating, modifying, and deleting refreshed workflow of Materialized Table.
-
Classes in org.apache.flink.table.workflow used by org.apache.flink.table.workflowClassDescription
CreateRefreshWorkflowprovides the related information to create refresh workflow ofCatalogMaterializedTable.DeleteRefreshWorkflowprovides the related information to delete refresh workflow ofCatalogMaterializedTable.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.A workflow-related operation exception to materialized table, including create, suspend, resume, drop workflow operation, etc.