Package org.apache.beam.sdk.transforms
Annotation Interface DoFn.WatermarkEstimatorState
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
public static @interface DoFn.WatermarkEstimatorState
Parameter annotation for the watermark estimator state for the
DoFn.NewWatermarkEstimator
method. Must match the return type on the method annotated with DoFn.GetInitialWatermarkEstimatorState
.