Uses of Package
org.apache.flink.table.connector.sink
Packages that use org.apache.flink.table.connector.sink
Package
Description
-
Classes in org.apache.flink.table.connector.sink used by org.apache.flink.table.connector.formatClassDescriptionContext for creating runtime implementation via a
DynamicTableSink.SinkRuntimeProvider. -
Classes in org.apache.flink.table.connector.sink used by org.apache.flink.table.connector.sinkClassDescriptionSink of a dynamic table to an external storage system.Context for creating runtime implementation via a
DynamicTableSink.SinkRuntimeProvider.Converter for mapping between Flink's internal data structures and objects specified by the givenDataTypethat can be passed into a runtime implementation.Provides actual runtime implementation for writing the data.Provider of anOutputFormatinstance as a runtime implementation forDynamicTableSink.Provider of aSinkinstance as a runtime implementation forDynamicTableSink. -
Classes in org.apache.flink.table.connector.sink used by org.apache.flink.table.factories