Class TimestampTransform.AlignTo

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

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

Represents the transform that aligns a timestamp to the next boundary of getPeriod() start at getOffset().

See Also:
  • Constructor Details

    • AlignTo

      public AlignTo()
  • Method Details

    • getPeriod

      public abstract Duration getPeriod()
    • getOffset

      public abstract Instant getOffset()