Class TimestampTransform.Delay

java.lang.Object
org.apache.beam.sdk.transforms.windowing.TimestampTransform
org.apache.beam.sdk.transforms.windowing.TimestampTransform.Delay
All Implemented Interfaces:
Serializable
Enclosing class:
TimestampTransform

@Internal public abstract static class TimestampTransform.Delay extends TimestampTransform
For internal use only; no backwards-compatibility guarantees.

Represents the transform that delays a timestamp by getDelay().

See Also:
  • Constructor Details

    • Delay

      public Delay()
  • Method Details

    • getDelay

      public abstract Duration getDelay()