Annotation Interface DoFn.SideInput

Enclosing class:
DoFn<InputT extends @Nullable Object,OutputT extends @Nullable Object>

@Documented @Retention(RUNTIME) @Target(PARAMETER) public static @interface DoFn.SideInput
Parameter annotation for the SideInput for a DoFn.ProcessElement method.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The SideInput tag ID.
  • Element Details

    • value

      String value
      The SideInput tag ID.