Class AfterWatermark.FromEndOfWindow
java.lang.Object
org.apache.beam.sdk.transforms.windowing.Trigger
org.apache.beam.sdk.transforms.windowing.Trigger.OnceTrigger
org.apache.beam.sdk.transforms.windowing.AfterWatermark.FromEndOfWindow
- All Implemented Interfaces:
Serializable
- Enclosing class:
AfterWatermark
A watermark trigger targeted relative to the end of the window.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.beam.sdk.transforms.windowing.Trigger
Trigger.OnceTrigger -
Field Summary
Fields inherited from class org.apache.beam.sdk.transforms.windowing.Trigger
subTriggers -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected AfterWatermark.FromEndOfWindowgetContinuationTrigger(List<Trigger> continuationTriggers) Subclasses should override this to return theTrigger.getContinuationTrigger()of thisTrigger.For internal use only; no backwards-compatibility guarantees.inthashCode()toString()withEarlyFirings(Trigger.OnceTrigger earlyFirings) Creates a newTriggerlike the this, except that it fires repeatedly whenever the givenTriggerfires before the watermark has passed the end of the window.withLateFirings(Trigger.OnceTrigger lateFirings) Creates a newTriggerlike the this, except that it fires repeatedly whenever the givenTriggerfires after the watermark has passed the end of the window.Methods inherited from class org.apache.beam.sdk.transforms.windowing.Trigger.OnceTrigger
getContinuationTrigger, mayFinishMethods inherited from class org.apache.beam.sdk.transforms.windowing.Trigger
isCompatible, orFinally, subTriggers
-
Method Details
-
withEarlyFirings
Creates a newTriggerlike the this, except that it fires repeatedly whenever the givenTriggerfires before the watermark has passed the end of the window. -
withLateFirings
Creates a newTriggerlike the this, except that it fires repeatedly whenever the givenTriggerfires after the watermark has passed the end of the window. -
getWatermarkThatGuaranteesFiring
Description copied from class:TriggerFor internal use only; no backwards-compatibility guarantees.Returns a bound in event time by which this trigger would have fired at least once for a given window had there been input data.
For triggers that do not fire based on the watermark advancing, returns
BoundedWindow.TIMESTAMP_MAX_VALUE.This estimate may be used, for example, to determine that there are no elements in a side-input window, which causes the default value to be used instead.
- Specified by:
getWatermarkThatGuaranteesFiringin classTrigger
-
getContinuationTrigger
Description copied from class:TriggerSubclasses should override this to return theTrigger.getContinuationTrigger()of thisTrigger. For convenience, this is provided the continuation trigger of each of the sub-triggers in the same order asTrigger.subTriggers.- Specified by:
getContinuationTriggerin classTrigger- Parameters:
continuationTriggers- contains the result ofTrigger.getContinuationTrigger()on each of thesubTriggersin the same order.
-
toString
-
equals
-
hashCode
public int hashCode()
-