Uses of Class
org.apache.flink.table.workflow.WorkflowException
Packages that use WorkflowException
-
Uses of WorkflowException in org.apache.flink.table.workflow
Methods in org.apache.flink.table.workflow that throw WorkflowExceptionModifier and TypeMethodDescriptionvoidWorkflowScheduler.close()Close this workflow scheduler when it is no longer needed and release any resource that it might be holding.WorkflowScheduler.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.