Uses of Interface
org.apache.flink.table.factories.WorkflowSchedulerFactory.Context
-
Packages that use WorkflowSchedulerFactory.Context Package Description org.apache.flink.table.factories -
-
Uses of WorkflowSchedulerFactory.Context in org.apache.flink.table.factories
Classes in org.apache.flink.table.factories that implement WorkflowSchedulerFactory.Context Modifier and Type Class Description static classWorkflowSchedulerFactoryUtil.DefaultWorkflowSchedulerContextDefault implementation ofWorkflowSchedulerFactory.Context.Methods in org.apache.flink.table.factories with parameters of type WorkflowSchedulerFactory.Context Modifier and Type Method Description WorkflowScheduler<?>WorkflowSchedulerFactory. createWorkflowScheduler(WorkflowSchedulerFactory.Context context)Create a workflow scheduler instance which interacts with external scheduler service.static WorkflowSchedulerFactoryUtil.WorkflowSchedulerFactoryHelperWorkflowSchedulerFactoryUtil. createWorkflowSchedulerFactoryHelper(WorkflowSchedulerFactory workflowSchedulerFactory, WorkflowSchedulerFactory.Context context)Creates a utility that helps to validate options for aWorkflowSchedulerFactory.
-