@Internal public static class WorkflowSchedulerFactoryUtil.DefaultWorkflowSchedulerContext extends Object implements WorkflowSchedulerFactory.Context
WorkflowSchedulerFactory.Context.| Constructor and Description |
|---|
DefaultWorkflowSchedulerContext(org.apache.flink.configuration.ReadableConfig configuration,
Map<String,String> workflowSchedulerConfig) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.configuration.ReadableConfig |
getConfiguration()
Gives the config option to create
WorkflowScheduler. |
Map<String,String> |
getWorkflowSchedulerOptions()
Returns the options with which the workflow scheduler is created.
|
public org.apache.flink.configuration.ReadableConfig getConfiguration()
WorkflowSchedulerFactory.ContextWorkflowScheduler.getConfiguration in interface WorkflowSchedulerFactory.Contextpublic Map<String,String> getWorkflowSchedulerOptions()
WorkflowSchedulerFactory.ContextAll the keys in the options are pruned with the prefix. For example, the option workflow-scheduler.airflow.endpoint's key is endpoint in the map.
An implementation should perform validation of these options.
getWorkflowSchedulerOptions in interface WorkflowSchedulerFactory.ContextCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.