Uses of Interface
org.apache.flink.table.connector.sink.DynamicTableSink.Context
Packages that use DynamicTableSink.Context
-
Uses of DynamicTableSink.Context in org.apache.flink.table.connector.format
Methods in org.apache.flink.table.connector.format with parameters of type DynamicTableSink.ContextModifier and TypeMethodDescriptionEncodingFormat.createRuntimeEncoder(DynamicTableSink.Context context, DataType physicalDataType) Creates runtime encoder implementation that is configured to consume data of the given data type. -
Uses of DynamicTableSink.Context in org.apache.flink.table.connector.sink
Methods in org.apache.flink.table.connector.sink with parameters of type DynamicTableSink.ContextModifier and TypeMethodDescriptionDynamicTableSink.getSinkRuntimeProvider(DynamicTableSink.Context context) Returns a provider of runtime implementation for writing the data.