@PublicEvolving public class WorkflowSchedulerFactoryUtil extends Object
WorkflowScheduler.| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowSchedulerFactoryUtil.DefaultWorkflowSchedulerContext
Default implementation of
WorkflowSchedulerFactory.Context. |
static class |
WorkflowSchedulerFactoryUtil.WorkflowSchedulerFactoryHelper
Helper utility for validating all options for a
WorkflowSchedulerFactory. |
| Modifier and Type | Field and Description |
|---|---|
static String |
WORKFLOW_SCHEDULER_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
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. |
public static final String WORKFLOW_SCHEDULER_PREFIX
@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–2025 The Apache Software Foundation. All rights reserved.