Interface OutputFormatOperatorFactory<IN,OUT>

Type Parameters:
IN - The input type of the operator.
All Superinterfaces:
Serializable, StreamOperatorFactory<OUT>
All Known Implementing Classes:
SimpleOutputFormatOperatorFactory

@Internal public interface OutputFormatOperatorFactory<IN,OUT> extends StreamOperatorFactory<OUT>
Interface for operator factories which create the sink operator containing an OutputFormat.
  • Method Details

    • getOutputFormat

      org.apache.flink.api.common.io.OutputFormat<IN> getOutputFormat()
      Returns:
      output format of the operator created by this factory.