Uses of Interface
org.apache.flink.table.workflow.WorkflowScheduler
Packages that use WorkflowScheduler
-
Uses of WorkflowScheduler in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return WorkflowSchedulerModifier and TypeMethodDescriptionWorkflowSchedulerFactory.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.