|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.crunch.CombineFn.SumFloats
public static class CombineFn.SumFloats
| Constructor Summary | |
|---|---|
CombineFn.SumFloats()
|
|
| Method Summary | |
|---|---|
void |
reset()
Clears the internal state of this Aggregator and prepares it for the values associated with the next key. |
Iterable<Float> |
results()
Returns the current aggregated state of this instance. |
void |
update(Float next)
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.SumFloats()
| Method Detail |
|---|
public void reset()
CombineFn.Aggregator
reset in interface CombineFn.Aggregator<Float>public void update(Float next)
CombineFn.Aggregator
update in interface CombineFn.Aggregator<Float>public Iterable<Float> results()
CombineFn.Aggregator
results in interface CombineFn.Aggregator<Float>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||