Annotation Type DoFn.TimerFamily


  • @Documented
    @Retention(RUNTIME)
    @Target({FIELD,PARAMETER})
    @Experimental(TIMERS)
    public static @interface DoFn.TimerFamily
    Parameter annotation for the TimerMap for a DoFn.ProcessElement method.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The TimerMap tag ID.
    • Element Detail

      • value

        java.lang.String value
        The TimerMap tag ID.