Uses of Interface
org.apache.flink.table.connector.sink.DynamicTableSink
-
Packages that use DynamicTableSink Package Description org.apache.flink.table.connector.sink org.apache.flink.table.factories -
-
Uses of DynamicTableSink in org.apache.flink.table.connector.sink
Methods in org.apache.flink.table.connector.sink that return DynamicTableSink Modifier and Type Method Description DynamicTableSinkDynamicTableSink. copy()Creates a copy of this instance during planning. -
Uses of DynamicTableSink in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return DynamicTableSink Modifier and Type Method Description DynamicTableSinkDynamicTableSinkFactory. createDynamicTableSink(DynamicTableFactory.Context context)Creates aDynamicTableSinkinstance from aCatalogTableand additional context information.static DynamicTableSinkFactoryUtil. createDynamicTableSink(DynamicTableSinkFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String,String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)Creates aDynamicTableSinkfrom aCatalogTable.static DynamicTableSinkFactoryUtil. createDynamicTableSink(DynamicTableSinkFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)static DynamicTableSinkFactoryUtil. createTableSink(Catalog catalog, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)
-