public class GroupedWindowBuffer<T> extends StreamWindowBuffer<T>
StreamWindow one-by-oneStreamOperator.ChainingStrategybufferchainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
GroupedWindowBuffer(WindowBuffer<T> buffer,
org.apache.flink.api.java.functions.KeySelector<T,?> keySelector) |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(WindowEvent<T> event) |
handleWindowEventclose, disableInputCopy, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setuppublic GroupedWindowBuffer(WindowBuffer<T> buffer, org.apache.flink.api.java.functions.KeySelector<T,?> keySelector)
public void processElement(WindowEvent<T> event) throws Exception
processElement in interface OneInputStreamOperator<WindowEvent<T>,StreamWindow<T>>processElement in class StreamWindowBuffer<T>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.