public class StreamGroupedReduce<IN> extends StreamReduce<IN>
StreamOperator.ChainingStrategyuserFunctionchainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
StreamGroupedReduce(org.apache.flink.api.common.functions.ReduceFunction<IN> reducer,
org.apache.flink.api.java.functions.KeySelector<IN,?> keySelector) |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(IN 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, setuppublic void processElement(IN element) throws Exception
processElement in interface OneInputStreamOperator<IN,IN>processElement in class StreamReduce<IN>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.