public class FirstReducer<T> extends Object implements GroupReduceFunction<T,T>, GroupCombineFunction<T,T>
FirstReducer(int n)
void
combine(Iterable<T> values, Collector<T> out)
reduce(Iterable<T> values, Collector<T> out)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FirstReducer(int n)
public void reduce(Iterable<T> values, Collector<T> out) throws Exception
reduce
GroupReduceFunction<T,T>
Exception
public void combine(Iterable<T> values, Collector<T> out) throws Exception
combine
GroupCombineFunction<T,T>
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.