| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.workflow |
| Class and Description |
|---|
| WorkflowScheduler
This interface is used to interact with specific workflow scheduler services that support
creating, modifying, and deleting refreshed workflow of Materialized Table.
|
| Class and Description |
|---|
CreateRefreshWorkflow
CreateRefreshWorkflow provides the related information to create refresh workflow of
CatalogMaterializedTable. |
DeleteRefreshWorkflow
DeleteRefreshWorkflow provides the related information to delete refresh workflow of
CatalogMaterializedTable. |
ModifyRefreshWorkflow
ModifyRefreshWorkflow provides the related information to modify refresh workflow of
CatalogMaterializedTable. |
RefreshWorkflow
RefreshWorkflow is the basic interface that provide the related information to operate
the refresh workflow of CatalogMaterializedTable, 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.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.