Class TimestampTransform
java.lang.Object
org.apache.beam.sdk.transforms.windowing.TimestampTransform
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TimestampTransform.AlignTo,TimestampTransform.Delay
For internal use only; no backwards-compatibility guarantees.
An abstract description of a standardized transformation on timestamps.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor internal use only; no backwards-compatibility guarantees.static classFor internal use only; no backwards-compatibility guarantees. -
Method Summary
Modifier and TypeMethodDescriptionstatic TimestampTransformFor internal use only; no backwards-compatibility guarantees.static TimestampTransformFor internal use only; no backwards-compatibility guarantees.static TimestampTransformFor internal use only; no backwards-compatibility guarantees.
-
Method Details
-
delay
For internal use only; no backwards-compatibility guarantees.Returns a transform that shifts a timestamp later by
delay. -
alignTo
For internal use only; no backwards-compatibility guarantees.Returns a transform that aligns a timestamp to the next boundary of
period, starting fromoffset. -
alignTo
For internal use only; no backwards-compatibility guarantees.Returns a transform that aligns a timestamp to the next boundary of
period, starting from the start of the epoch.
-