Package org.apache.flink.table.factories
Interface DynamicTableSinkFactory
- All Superinterfaces:
DynamicTableFactory,Factory
Creates a
DynamicTableSink instance from a CatalogTable and additional context
information.
See Factory for more information about the general design of a factory.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.factories.DynamicTableFactory
DynamicTableFactory.Context -
Method Summary
Modifier and TypeMethodDescriptionCreates aDynamicTableSinkinstance from aCatalogTableand additional context information.Methods inherited from interface org.apache.flink.table.factories.DynamicTableFactory
forwardOptionsMethods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Method Details
-
createDynamicTableSink
Creates aDynamicTableSinkinstance from aCatalogTableand additional context information.An implementation should perform validation and the discovery of further (nested) factories in this method.
-