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>
Constructor and Description |
---|
FirstReducer(int n) |
Modifier and Type | Method and Description |
---|---|
void |
combine(Iterable<T> values,
org.apache.flink.util.Collector<T> out) |
void |
reduce(Iterable<T> values,
org.apache.flink.util.Collector<T> out) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.