public class WatermarkManager.TransformWatermarks
extends java.lang.Object
AppliedPTransform.| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Instant |
getInputWatermark()
Returns the input watermark of the
AppliedPTransform. |
org.joda.time.Instant |
getOutputWatermark()
Returns the output watermark of the
AppliedPTransform. |
org.joda.time.Instant |
getSynchronizedProcessingInputTime()
Returns the synchronized processing input time of the
AppliedPTransform. |
org.joda.time.Instant |
getSynchronizedProcessingOutputTime()
Returns the synchronized processing output time of the
AppliedPTransform. |
java.lang.String |
toString() |
public org.joda.time.Instant getInputWatermark()
AppliedPTransform.public org.joda.time.Instant getOutputWatermark()
AppliedPTransform.public org.joda.time.Instant getSynchronizedProcessingInputTime()
AppliedPTransform.
The returned value is guaranteed to be monotonically increasing, and outside of the presence of holds, will increase as the system time progresses.
public org.joda.time.Instant getSynchronizedProcessingOutputTime()
AppliedPTransform.
The returned value is guaranteed to be monotonically increasing, and outside of the presence of holds, will increase as the system time progresses.
public java.lang.String toString()
toString in class java.lang.Object