public class StreamGroupedFold<IN,OUT> extends StreamFold<IN,OUT>
StreamOperator.ChainingStrategyoutTypeInformation, outTypeSerializeruserFunctionchainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
StreamGroupedFold(org.apache.flink.api.common.functions.FoldFunction<IN,OUT> folder,
org.apache.flink.api.java.functions.KeySelector<IN,?> keySelector,
OUT initialValue,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(IN element) |
openclose, confirmCheckpointCompleted, getStateSnapshotFromFunction, getUserFunction, restoreInitialState, setupdisableInputCopy, getChainingStrategy, isInputCopyingDisabled, setChainingStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, setChainingStrategy, setuppublic void processElement(IN element) throws Exception
processElement in interface OneInputStreamOperator<IN,OUT>processElement in class StreamFold<IN,OUT>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.