public class WindowEvent<T> extends org.apache.flink.api.java.tuple.Tuple2<T,Integer>
| Constructor and Description |
|---|
WindowEvent() |
| Modifier and Type | Method and Description |
|---|---|
T |
getElement() |
Integer |
getEviction() |
boolean |
isElement() |
boolean |
isEviction() |
boolean |
isTrigger() |
WindowEvent<T> |
setElement(T element) |
WindowEvent<T> |
setEviction(Integer n) |
WindowEvent<T> |
setTrigger() |
public boolean isElement()
public boolean isEviction()
public boolean isTrigger()
public Integer getEviction()
public T getElement()
public WindowEvent<T> setElement(T element)
public WindowEvent<T> setTrigger()
public WindowEvent<T> setEviction(Integer n)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.