Uses of Class
org.apache.flink.table.workflow.WorkflowException
-
Packages that use WorkflowException Package Description org.apache.flink.table.workflow -
-
Uses of WorkflowException in org.apache.flink.table.workflow
Methods in org.apache.flink.table.workflow that throw WorkflowException Modifier and Type Method Description voidWorkflowScheduler. close()Close this workflow scheduler when it is no longer needed and release any resource that it might be holding.TWorkflowScheduler. createRefreshWorkflow(CreateRefreshWorkflow createRefreshWorkflow)Create a refresh workflow in specific scheduler service for the materialized table, return aRefreshHandlerinstance which can locate the refresh workflow detail information.voidWorkflowScheduler. deleteRefreshWorkflow(DeleteRefreshWorkflow<T> deleteRefreshWorkflow)Delete the refresh workflow in scheduler service.voidWorkflowScheduler. modifyRefreshWorkflow(ModifyRefreshWorkflow<T> modifyRefreshWorkflow)Modify the refresh workflow status in scheduler service.voidWorkflowScheduler. open()Open this workflow scheduler instance.
-