| Package | Description |
|---|---|
| org.apache.flink.table.workflow |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowScheduler.close()
Close this workflow scheduler when it is no longer needed and release any resource that it
might be holding.
|
T |
WorkflowScheduler.createRefreshWorkflow(CreateRefreshWorkflow createRefreshWorkflow)
Create a refresh workflow in specific scheduler service for the materialized table, return a
RefreshHandler instance which can locate the refresh workflow detail information. |
void |
WorkflowScheduler.deleteRefreshWorkflow(DeleteRefreshWorkflow<T> deleteRefreshWorkflow)
Delete the refresh workflow in scheduler service.
|
void |
WorkflowScheduler.modifyRefreshWorkflow(ModifyRefreshWorkflow<T> modifyRefreshWorkflow)
Modify the refresh workflow status in scheduler service.
|
void |
WorkflowScheduler.open()
Open this workflow scheduler instance.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.