Uses of Interface
org.apache.flink.table.workflow.WorkflowScheduler
-
Packages that use WorkflowScheduler Package Description org.apache.flink.table.factories -
-
Uses of WorkflowScheduler in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return WorkflowScheduler Modifier and Type Method Description WorkflowScheduler<?>WorkflowSchedulerFactory. createWorkflowScheduler(WorkflowSchedulerFactory.Context context)Create a workflow scheduler instance which interacts with external scheduler service.static WorkflowScheduler<?>WorkflowSchedulerFactoryUtil. createWorkflowScheduler(org.apache.flink.configuration.Configuration configuration, ClassLoader classLoader)Attempts to discover the appropriate workflow scheduler factory and creates the instance of the scheduler.
-