Class DoFnInfo<InputT,​OutputT>

  • Type Parameters:
    InputT - the type of the (main) input elements of the DoFn
    OutputT - the type of the (main) output elements of the DoFn
    All Implemented Interfaces:
    java.io.Serializable

    @Internal
    public class DoFnInfo<InputT,​OutputT>
    extends java.lang.Object
    implements java.io.Serializable
    Wrapper class holding the necessary information to serialize a DoFn.
    See Also:
    Serialized Form