@PublicEvolving public class WorkflowSchedulerFactoryUtil extends Object
WorkflowScheduler.| 限定符和类型 | 类和说明 |
|---|---|
static class |
WorkflowSchedulerFactoryUtil.DefaultWorkflowSchedulerContext
Default implementation of
WorkflowSchedulerFactory.Context. |
static class |
WorkflowSchedulerFactoryUtil.WorkflowSchedulerFactoryHelper
Helper utility for validating all options for a
WorkflowSchedulerFactory. |
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
WORKFLOW_SCHEDULER_PREFIX |
| 限定符和类型 | 方法和说明 |
|---|---|
static WorkflowScheduler<?> |
createWorkflowScheduler(org.apache.flink.configuration.Configuration configuration,
ClassLoader classLoader)
Attempts to discover the appropriate workflow scheduler factory and creates the instance of
the scheduler.
|
static WorkflowSchedulerFactoryUtil.WorkflowSchedulerFactoryHelper |
createWorkflowSchedulerFactoryHelper(WorkflowSchedulerFactory workflowSchedulerFactory,
WorkflowSchedulerFactory.Context context)
Creates a utility that helps to validate options for a
WorkflowSchedulerFactory. |
@Nullable public static WorkflowScheduler<?> createWorkflowScheduler(org.apache.flink.configuration.Configuration configuration, ClassLoader classLoader)
public static WorkflowSchedulerFactoryUtil.WorkflowSchedulerFactoryHelper createWorkflowSchedulerFactoryHelper(WorkflowSchedulerFactory workflowSchedulerFactory, WorkflowSchedulerFactory.Context context)
WorkflowSchedulerFactory.
Note: This utility checks for left-over options in the final step.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.