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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor internal use only; no backwards-compatibility guarantees.static classFor internal use only; no backwards-compatibility guarantees.
- 
Method SummaryModifier 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- 
delayFor internal use only; no backwards-compatibility guarantees.Returns a transform that shifts a timestamp later by delay.
- 
alignToFor internal use only; no backwards-compatibility guarantees.Returns a transform that aligns a timestamp to the next boundary of period, starting fromoffset.
- 
alignToFor 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.
 
-