public static class WatermarkManager.FiredTimers extends Object
TimerInternals.TimerData and key which can be delivered to the appropriate
AppliedPTransform. A timer fires at the transform that set it with a specific key when
the time domain in which it lives progresses past a specified time, as determined by the
WatermarkManager.| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.runners.direct.StructuralKey<?> |
getKey() |
Collection<TimerInternals.TimerData> |
getTimers()
Gets all of the timers that have fired within the provided
TimeDomain. |
AppliedPTransform<?,?,?> |
getTransform() |
String |
toString() |
public AppliedPTransform<?,?,?> getTransform()
public org.apache.beam.runners.direct.StructuralKey<?> getKey()
public Collection<TimerInternals.TimerData> getTimers()
TimeDomain. If no timers
fired within the provided domain, return an empty collection.
Timers within a TimeDomain are guaranteed to be in order of increasing timestamp.
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.