Class GeneratedInput<F extends org.apache.flink.api.common.io.InputFormat<?,​?>>

  • Type Parameters:
    F - type of Function
    All Implemented Interfaces:
    Serializable

    public class GeneratedInput<F extends org.apache.flink.api.common.io.InputFormat<?,​?>>
    extends GeneratedClass<F>
    Describes a generated InputFormat.
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneratedInput

        public GeneratedInput​(String className,
                              String code,
                              Object[] references,
                              org.apache.flink.configuration.ReadableConfig conf)
        Creates a GeneratedInput.
        Parameters:
        className - class name of the generated Function.
        code - code of the generated Function.
        references - referenced objects of the generated Function.
        conf - configuration when generating Function.