Class SideInputParam<PCollT, AccessorT, ValueT>

Used to access side inputs corresponding to a given element from within a process() method.

See also https://beam.apache.org/documentation/programming-guide/#side-inputs

Type Parameters

  • PCollT

  • AccessorT

  • ValueT

Hierarchy

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • PCollT

    • AccessorT

    • ValueT

    Parameters

    • pcoll: PCollection<PCollT>
    • accessor: SideInputAccessor<PCollT, AccessorT, ValueT>

    Returns SideInputParam<PCollT, AccessorT, ValueT>

Properties

accessor: SideInputAccessor<PCollT, AccessorT, ValueT>
parDoParamName: string
pcoll: PCollection<PCollT>
sideInputId: string

Methods

Generated using TypeDoc