Uses of Interface
org.apache.flink.table.connector.sink.DynamicTableSink.Context
-
Packages that use DynamicTableSink.Context Package Description org.apache.flink.table.connector.format org.apache.flink.table.connector.sink -
-
Uses of DynamicTableSink.Context in org.apache.flink.table.connector.format
Methods in org.apache.flink.table.connector.format with parameters of type DynamicTableSink.Context Modifier and Type Method Description IEncodingFormat. 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.Context Modifier and Type Method Description DynamicTableSink.SinkRuntimeProviderDynamicTableSink. getSinkRuntimeProvider(DynamicTableSink.Context context)Returns a provider of runtime implementation for writing the data.
-