Class EmbeddedWorkflowSchedulerFactory
- java.lang.Object
-
- org.apache.flink.table.gateway.workflow.EmbeddedWorkflowSchedulerFactory
-
- All Implemented Interfaces:
org.apache.flink.table.factories.Factory,org.apache.flink.table.factories.WorkflowSchedulerFactory
@PublicEvolving public class EmbeddedWorkflowSchedulerFactory extends Object implements org.apache.flink.table.factories.WorkflowSchedulerFactory
TheWorkflowSchedulerFactoryto create theEmbeddedWorkflowScheduler.
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description EmbeddedWorkflowSchedulerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.workflow.WorkflowScheduler<?>createWorkflowScheduler(org.apache.flink.table.factories.WorkflowSchedulerFactory.Context context)StringfactoryIdentifier()Set<org.apache.flink.configuration.ConfigOption<?>>optionalOptions()Set<org.apache.flink.configuration.ConfigOption<?>>requiredOptions()
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
factoryIdentifier
public String factoryIdentifier()
- Specified by:
factoryIdentifierin interfaceorg.apache.flink.table.factories.Factory
-
requiredOptions
public Set<org.apache.flink.configuration.ConfigOption<?>> requiredOptions()
- Specified by:
requiredOptionsin interfaceorg.apache.flink.table.factories.Factory
-
optionalOptions
public Set<org.apache.flink.configuration.ConfigOption<?>> optionalOptions()
- Specified by:
optionalOptionsin interfaceorg.apache.flink.table.factories.Factory
-
createWorkflowScheduler
public org.apache.flink.table.workflow.WorkflowScheduler<?> createWorkflowScheduler(org.apache.flink.table.factories.WorkflowSchedulerFactory.Context context)
- Specified by:
createWorkflowSchedulerin interfaceorg.apache.flink.table.factories.WorkflowSchedulerFactory
-
-