public class CoStreamGroupedReduce<IN1,IN2,OUT> extends CoStreamReduce<IN1,IN2,OUT>
StreamOperator.ChainingStrategy| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.api.java.functions.KeySelector<IN1,?> |
keySelector1 |
protected org.apache.flink.api.java.functions.KeySelector<IN2,?> |
keySelector2 |
currentValue1, currentValue2userFunctionchainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
CoStreamGroupedReduce(CoReduceFunction<IN1,IN2,OUT> coReducer,
org.apache.flink.api.java.functions.KeySelector<IN1,?> keySelector1,
org.apache.flink.api.java.functions.KeySelector<IN2,?> keySelector2) |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement1(IN1 element) |
void |
processElement2(IN2 element) |
close, confirmCheckpointCompleted, getStateSnapshotFromFunction, getUserFunction, open, restoreInitialState, setupdisableInputCopy, getChainingStrategy, isInputCopyingDisabled, setChainingStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupprotected org.apache.flink.api.java.functions.KeySelector<IN1,?> keySelector1
protected org.apache.flink.api.java.functions.KeySelector<IN2,?> keySelector2
public void processElement1(IN1 element) throws Exception
processElement1 in interface TwoInputStreamOperator<IN1,IN2,OUT>processElement1 in class CoStreamReduce<IN1,IN2,OUT>Exceptionpublic void processElement2(IN2 element) throws Exception
processElement2 in interface TwoInputStreamOperator<IN1,IN2,OUT>processElement2 in class CoStreamReduce<IN1,IN2,OUT>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.