Interface InputFormatOperatorFactory<OUT>

Type Parameters:
OUT - The output type of the operator
All Superinterfaces:
Serializable, StreamOperatorFactory<OUT>
All Known Implementing Classes:
SimpleInputFormatOperatorFactory

@Internal public interface InputFormatOperatorFactory<OUT> extends StreamOperatorFactory<OUT>
Input format source operator factory.
  • Method Details

    • getInputFormat

      org.apache.flink.api.common.io.InputFormat<OUT,org.apache.flink.core.io.InputSplit> getInputFormat()
      Returns:
      input format of this operator factory.