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 class
For internal use only; no backwards-compatibility guarantees.static class
For internal use only; no backwards-compatibility guarantees. -
Method Summary
Modifier and TypeMethodDescriptionstatic TimestampTransform
For internal use only; no backwards-compatibility guarantees.static TimestampTransform
For internal use only; no backwards-compatibility guarantees.static TimestampTransform
For 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.
-