| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators.windowing | |
| org.apache.flink.streaming.api.windowing |
| Modifier and Type | Field and Description |
|---|---|
protected WindowEvent<IN> |
StreamDiscretizer.windowEvent |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StreamWindowBuffer.handleWindowEvent(WindowEvent<T> windowEvent,
WindowBuffer<T> buffer) |
void |
StreamWindowBuffer.processElement(WindowEvent<T> windowEvent) |
void |
GroupedWindowBuffer.processElement(WindowEvent<T> event) |
| Modifier and Type | Method and Description |
|---|---|
WindowEvent<T> |
WindowEvent.setElement(T element) |
WindowEvent<T> |
WindowEvent.setEviction(Integer n) |
WindowEvent<T> |
WindowEvent.setTrigger() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.