public class WindowMerger<T> extends AbstractStreamOperator<StreamWindow<T>> implements OneInputStreamOperator<StreamWindow<T>,StreamWindow<T>>
StreamWindows used to merge the results of parallel transformations
that belong in the same window.StreamOperator.ChainingStrategychainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
WindowMerger() |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(StreamWindow<T> nextWindow) |
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> nextWindow) throws Exception
processElement in interface OneInputStreamOperator<StreamWindow<T>,StreamWindow<T>>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.