public class StreamWindowBuffer<T> extends AbstractStreamOperator<StreamWindow<T>> implements OneInputStreamOperator<WindowEvent<T>,StreamWindow<T>>
StreamOperator.ChainingStrategy| Modifier and Type | Field and Description |
|---|---|
protected WindowBuffer<T> |
buffer |
chainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
StreamWindowBuffer(WindowBuffer<T> buffer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleWindowEvent(WindowEvent<T> windowEvent,
WindowBuffer<T> buffer) |
void |
processElement(WindowEvent<T> windowEvent) |
close, disableInputCopy, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupprotected WindowBuffer<T> buffer
public StreamWindowBuffer(WindowBuffer<T> buffer)
public void processElement(WindowEvent<T> windowEvent) throws Exception
processElement in interface OneInputStreamOperator<WindowEvent<T>,StreamWindow<T>>Exceptionprotected void handleWindowEvent(WindowEvent<T> windowEvent, WindowBuffer<T> buffer) throws Exception
ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.