Interface OutputFormatProvider

    • Method Detail

      • of

        static OutputFormatProvider of​(org.apache.flink.api.common.io.OutputFormat<RowData> outputFormat)
        Helper method for creating a static provider.
      • of

        static OutputFormatProvider of​(org.apache.flink.api.common.io.OutputFormat<RowData> outputFormat,
                                       Integer sinkParallelism)
        Helper method for creating a static provider with a provided sink parallelism.
      • createOutputFormat

        org.apache.flink.api.common.io.OutputFormat<RowData> createOutputFormat()
        Creates an OutputFormat instance.