| Interface | Description |
|---|---|
| CreateRefreshWorkflow |
CreateRefreshWorkflow provides the related information to create refresh workflow of
CatalogMaterializedTable. |
| ModifyRefreshWorkflow<T extends RefreshHandler> |
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. |
| 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.
|
| Class | Description |
|---|---|
| CreatePeriodicRefreshWorkflow |
CreateRefreshWorkflow provides the related information to create periodic refresh
workflow of CatalogMaterializedTable. |
| DeleteRefreshWorkflow<T extends RefreshHandler> |
DeleteRefreshWorkflow provides the related information to delete refresh workflow of
CatalogMaterializedTable. |
| ResumeRefreshWorkflow<T extends RefreshHandler> |
ModifyRefreshWorkflow provides the related information to resume refresh workflow of
CatalogMaterializedTable. |
| SuspendRefreshWorkflow<T extends RefreshHandler> |
ModifyRefreshWorkflow provides the related information to suspend refresh workflow of
CatalogMaterializedTable. |
| Exception | Description |
|---|---|
| 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.