Uses of Package
org.apache.flink.table.workflow
-
Packages that use org.apache.flink.table.workflow Package Description org.apache.flink.table.factories org.apache.flink.table.workflow -
Classes in org.apache.flink.table.workflow used by org.apache.flink.table.factories Class Description WorkflowScheduler This 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.workflow Class Description CreateRefreshWorkflow CreateRefreshWorkflow
provides the related information to create refresh workflow ofCatalogMaterializedTable
.DeleteRefreshWorkflow DeleteRefreshWorkflow
provides the related information to delete refresh workflow ofCatalogMaterializedTable
.ModifyRefreshWorkflow ModifyRefreshWorkflow
provides the related information to modify refresh workflow ofCatalogMaterializedTable
.RefreshWorkflow RefreshWorkflow
is the basic interface that provide the related information to operate the refresh workflow ofCatalogMaterializedTable
, the operation of refresh workflow include create, modify, drop, etc.WorkflowException A workflow-related operation exception to materialized table, including create, suspend, resume, drop workflow operation, etc.