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
The
WorkflowSchedulerFactory to create the EmbeddedWorkflowScheduler.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.factories.WorkflowSchedulerFactory
org.apache.flink.table.factories.WorkflowSchedulerFactory.Context -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.workflow.WorkflowScheduler<?>createWorkflowScheduler(org.apache.flink.table.factories.WorkflowSchedulerFactory.Context context) Set<org.apache.flink.configuration.ConfigOption<?>>Set<org.apache.flink.configuration.ConfigOption<?>>
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
EmbeddedWorkflowSchedulerFactory
public EmbeddedWorkflowSchedulerFactory()
-
-
Method Details
-
factoryIdentifier
- Specified by:
factoryIdentifierin interfaceorg.apache.flink.table.factories.Factory
-
requiredOptions
- Specified by:
requiredOptionsin interfaceorg.apache.flink.table.factories.Factory
-
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
-