public class WindowPartitioner<T> extends AbstractStreamOperator<StreamWindow<T>> implements OneInputStreamOperator<StreamWindow<T>,StreamWindow<T>>
StreamOperator.ChainingStrategychainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
WindowPartitioner(int numberOfSplits) |
WindowPartitioner(org.apache.flink.api.java.functions.KeySelector<T,?> keySelector) |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(StreamWindow<T> currentWindow) |
close, disableInputCopy, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setuppublic WindowPartitioner(org.apache.flink.api.java.functions.KeySelector<T,?> keySelector)
public WindowPartitioner(int numberOfSplits)
public void processElement(StreamWindow<T> currentWindow) throws Exception
processElement in interface OneInputStreamOperator<StreamWindow<T>,StreamWindow<T>>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.