Uses of Interface
org.apache.flink.table.factories.WorkflowSchedulerFactory
-
Packages that use WorkflowSchedulerFactory Package Description org.apache.flink.table.factories -
-
Uses of WorkflowSchedulerFactory in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories with parameters of type WorkflowSchedulerFactory Modifier and Type Method Description static WorkflowSchedulerFactoryUtil.WorkflowSchedulerFactoryHelperWorkflowSchedulerFactoryUtil. createWorkflowSchedulerFactoryHelper(WorkflowSchedulerFactory workflowSchedulerFactory, WorkflowSchedulerFactory.Context context)Creates a utility that helps to validate options for aWorkflowSchedulerFactory.Constructors in org.apache.flink.table.factories with parameters of type WorkflowSchedulerFactory Constructor Description WorkflowSchedulerFactoryHelper(WorkflowSchedulerFactory workflowSchedulerFactory, Map<String,String> configOptions)
-