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