public class WindowFlattener<T> extends AbstractStreamOperator<T> implements OneInputStreamOperator<StreamWindow<T>,T>
StreamWindow one-by-oneStreamOperator.ChainingStrategychainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
WindowFlattener() |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(StreamWindow<T> window) |
close, disableInputCopy, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setuppublic void processElement(StreamWindow<T> window) throws Exception
processElement in interface OneInputStreamOperator<StreamWindow<T>,T>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.