public class ParallelMergeOperator<OUT> extends CoStreamFlatMap<StreamWindow<OUT>,org.apache.flink.api.java.tuple.Tuple2<Integer,Integer>,StreamWindow<OUT>>
StreamOperator.ChainingStrategyuserFunctionchainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
ParallelMergeOperator(ParallelMerge<OUT> parallelMerge) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method is called after no more elements for can arrive for processing.
|
getCollector, processElement1, processElement2confirmCheckpointCompleted, getStateSnapshotFromFunction, getUserFunction, open, restoreInitialState, setupdisableInputCopy, getChainingStrategy, isInputCopyingDisabled, setChainingStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setuppublic ParallelMergeOperator(ParallelMerge<OUT> parallelMerge)
public void close()
throws Exception
StreamOperatorclose in interface StreamOperator<StreamWindow<OUT>>close in class AbstractUdfStreamOperator<StreamWindow<OUT>,CoFlatMapFunction<StreamWindow<OUT>,org.apache.flink.api.java.tuple.Tuple2<Integer,Integer>,StreamWindow<OUT>>>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.