Class TimerUtils.TimerMarker

java.lang.Object
org.apache.beam.runners.spark.util.TimerUtils.TimerMarker
All Implemented Interfaces:
Serializable
Enclosing class:
TimerUtils

public static class TimerUtils.TimerMarker extends Object implements Serializable
A marker class used to identify timer keys and values in Spark transformations. Helps distinguish between regular data flow elements and timer events.
See Also: