protected static class WindowOperator.Timer<K,W extends Window> extends Object implements Comparable<WindowOperator.Timer<K,W>>
Modifier and Type | Field and Description |
---|---|
protected K |
key |
protected long |
timestamp |
protected W |
window |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WindowOperator.Timer<K,W> o) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
protected long timestamp
protected K key
public int compareTo(WindowOperator.Timer<K,W> o)
compareTo
in interface Comparable<WindowOperator.Timer<K,W extends Window>>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.