Uses of Interface
org.apache.flink.table.connector.sink.legacy.SinkFunctionProvider
-
Packages that use SinkFunctionProvider Package Description org.apache.flink.table.connector.sink.legacy -
-
Uses of SinkFunctionProvider in org.apache.flink.table.connector.sink.legacy
Methods in org.apache.flink.table.connector.sink.legacy that return SinkFunctionProvider Modifier and Type Method Description static SinkFunctionProviderSinkFunctionProvider. of(org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction<org.apache.flink.table.data.RowData> sinkFunction)Deprecated.Helper method for creating a static provider.static SinkFunctionProviderSinkFunctionProvider. of(org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction<org.apache.flink.table.data.RowData> sinkFunction, Integer sinkParallelism)Deprecated.Helper method for creating a SinkFunction provider with a provided sink parallelism.
-