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>>
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(WindowOperator.Timer<K,W> o)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(WindowOperator.Timer<K,W> o)
- Specified by:
compareToin interfaceComparable<K>
-
-