Class 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>
      void
      dropExpiredTimers​(SparkTimerInternals sparkTimerInternals, org.apache.beam.sdk.values.WindowingStrategy<?,​W> windowingStrategy)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimerUtils

        public TimerUtils()
    • 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)