Class WindowOperator.Timer<K,W extends Window>

java.lang.Object
org.apache.flink.streaming.runtime.operators.windowing.WindowOperator.Timer<K,W>
All Implemented Interfaces:
Comparable<WindowOperator.Timer<K,W>>
Enclosing class:
WindowOperator<K,IN,ACC,OUT,W extends Window>

protected static class WindowOperator.Timer<K,W extends Window> extends Object implements Comparable<WindowOperator.Timer<K,W>>
Internal class for keeping track of in-flight timers.
  • Field Details

    • timestamp

      protected long timestamp
    • key

      protected K key
    • window

      protected W extends Window window
  • Constructor Details

    • Timer

      public Timer(long timestamp, K key, W window)
  • Method Details