|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.crunch.CombineFn.SimpleAggregator<BigInteger> org.apache.crunch.CombineFn.MinBigInts
Aggregators.MIN_BIGINTS()
public static class CombineFn.MinBigInts
Constructor Summary | |
---|---|
CombineFn.MinBigInts()
Deprecated. |
Method Summary | |
---|---|
void |
reset()
Deprecated. Clears the internal state of this Aggregator and prepares it for the values associated with the next key. |
Iterable<BigInteger> |
results()
Deprecated. Returns the current aggregated state of this instance. |
void |
update(BigInteger next)
Deprecated. Incorporate the given value into the aggregate state maintained by this instance. |
Methods inherited from class org.apache.crunch.CombineFn.SimpleAggregator |
---|
initialize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CombineFn.MinBigInts()
Method Detail |
---|
public void reset()
CombineFn.Aggregator
public void update(BigInteger next)
CombineFn.Aggregator
public Iterable<BigInteger> results()
CombineFn.Aggregator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |