Class SimpleOutputFormatOperatorFactory<IN,OUT>

Type Parameters:
IN - The input type of the operator.
All Implemented Interfaces:
Serializable, OutputFormatOperatorFactory<IN,OUT>, StreamOperatorFactory<OUT>, ProcessingTimeServiceAware

@Internal public class SimpleOutputFormatOperatorFactory<IN,OUT> extends SimpleOperatorFactory<OUT> implements OutputFormatOperatorFactory<IN,OUT>
A simple operator factory which create an operator containing an OutputFormat.
See Also:
  • Constructor Details

    • SimpleOutputFormatOperatorFactory

      public SimpleOutputFormatOperatorFactory(org.apache.flink.api.common.io.OutputFormat<IN> outputFormat, StreamOperator<OUT> operator)
  • Method Details