@PublicEvolving public class EmbeddedWorkflowSchedulerFactory extends Object implements org.apache.flink.table.factories.WorkflowSchedulerFactory
WorkflowSchedulerFactory to create the EmbeddedWorkflowScheduler.| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTIFIER |
| Constructor and Description |
|---|
EmbeddedWorkflowSchedulerFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.workflow.WorkflowScheduler<?> |
createWorkflowScheduler(org.apache.flink.table.factories.WorkflowSchedulerFactory.Context context) |
String |
factoryIdentifier() |
Set<org.apache.flink.configuration.ConfigOption<?>> |
optionalOptions() |
Set<org.apache.flink.configuration.ConfigOption<?>> |
requiredOptions() |
public static final String IDENTIFIER
public String factoryIdentifier()
factoryIdentifier in interface org.apache.flink.table.factories.Factorypublic Set<org.apache.flink.configuration.ConfigOption<?>> requiredOptions()
requiredOptions in interface org.apache.flink.table.factories.Factorypublic Set<org.apache.flink.configuration.ConfigOption<?>> optionalOptions()
optionalOptions in interface org.apache.flink.table.factories.Factorypublic org.apache.flink.table.workflow.WorkflowScheduler<?> createWorkflowScheduler(org.apache.flink.table.factories.WorkflowSchedulerFactory.Context context)
createWorkflowScheduler in interface org.apache.flink.table.factories.WorkflowSchedulerFactoryCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.