- Type Parameters:
T
-
- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.GroupCombineFunction<T,T>, org.apache.flink.api.common.functions.GroupReduceFunction<T,T>
@Internal
public class FirstReducer<T>
extends Object
implements org.apache.flink.api.common.functions.GroupReduceFunction<T,T>, org.apache.flink.api.common.functions.GroupCombineFunction<T,T>
Reducer that only emits the first N elements in a group.
- See Also:
- Serialized Form