Uses of Interface
org.apache.flink.table.connector.sink.SinkV2Provider
-
Packages that use SinkV2Provider Package Description org.apache.flink.table.connector.sink -
-
Uses of SinkV2Provider in org.apache.flink.table.connector.sink
Methods in org.apache.flink.table.connector.sink that return SinkV2Provider Modifier and Type Method Description static SinkV2Provider
SinkV2Provider. of(Sink<RowData> sink)
Helper method for creating a static provider.static SinkV2Provider
SinkV2Provider. of(Sink<RowData> sink, Integer sinkParallelism)
Helper method for creating a Sink provider with a provided sink parallelism.
-