- 类型参数:
IN - Type of the elements that this function processes.
OUT - The type of the elements returned by the user-defined function.
- 所有已实现的接口:
- Serializable, org.apache.flink.api.common.state.CheckpointListener, org.apache.flink.streaming.api.operators.Input<IN>, org.apache.flink.streaming.api.operators.KeyContext, org.apache.flink.streaming.api.operators.KeyContextHandler, org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>, org.apache.flink.streaming.api.operators.OutputTypeConfigurable<OUT>, org.apache.flink.streaming.api.operators.SetupableStreamOperator<OUT>, org.apache.flink.streaming.api.operators.StreamOperator<OUT>, org.apache.flink.streaming.api.operators.StreamOperatorStateHandler.CheckpointedStreamOperator, org.apache.flink.streaming.api.operators.UserFunctionProvider<org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT>>
@Internal
public class GroupReduceOperator<IN,OUT>
extends org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator<OUT,org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT>>
implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,OUT>
An operator for executing a GroupReduceFunction on a bounded DataStream.
- 另请参阅:
- 序列化表格