Package org.apache.flink.table.factories
Interface WorkflowSchedulerFactory
- All Superinterfaces:
Factory
A factory to create a
WorkflowScheduler instance.
See Factory for more information about the general design of a factory.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContext provided when a workflow scheduler is created. -
Method Summary
Modifier and TypeMethodDescriptionCreate a workflow scheduler instance which interacts with external scheduler service.Methods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Method Details
-
createWorkflowScheduler
Create a workflow scheduler instance which interacts with external scheduler service.
-