- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.GroupCombineFunction<IN,IN>, org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT>, org.apache.flink.api.common.functions.RichFunction
public class RichCombineToGroupCombineWrapper<IN,OUT,F extends org.apache.flink.api.common.functions.RichGroupReduceFunction<IN,OUT> & org.apache.flink.api.common.functions.CombineFunction<IN,IN>>
extends org.apache.flink.api.common.functions.RichGroupCombineFunction<IN,IN>
implements org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT>
A wrapper the wraps a function that implements both CombineFunction and GroupReduceFunction interfaces and makes it look like a function that implements GroupCombineFunction and GroupReduceFunction to the runtime.
- See Also:
- Serialized Form