|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.crunch.CombineFn.TupleNAggregator
Aggregators.tupleAggregator(Aggregator...)
public static class CombineFn.TupleNAggregator
Constructor Summary | |
---|---|
CombineFn.TupleNAggregator(CombineFn.Aggregator<?>... aggregators)
Deprecated. |
Method Summary | |
---|---|
Iterable<TupleN> |
results()
Deprecated. Returns the current aggregated state of this instance. |
void |
update(TupleN value)
Deprecated. Incorporate the given value into the aggregate state maintained by this instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CombineFn.TupleNAggregator(CombineFn.Aggregator<?>... aggregators)
Method Detail |
---|
public void update(TupleN value)
CombineFn.Aggregator
public Iterable<TupleN> results()
CombineFn.Aggregator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |