Class TimerUtils
- java.lang.Object
-
- org.apache.beam.runners.spark.util.TimerUtils
-
public class TimerUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TimerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <W extends org.apache.beam.sdk.transforms.windowing.BoundedWindow>
voiddropExpiredTimers(SparkTimerInternals sparkTimerInternals, org.apache.beam.sdk.values.WindowingStrategy<?,W> windowingStrategy)
-
-
-
Method Detail
-
dropExpiredTimers
public static <W extends org.apache.beam.sdk.transforms.windowing.BoundedWindow> void dropExpiredTimers(SparkTimerInternals sparkTimerInternals, org.apache.beam.sdk.values.WindowingStrategy<?,W> windowingStrategy)
-
-