This project has retired. For details please refer to its
Attic page.
CombineFn.MinFloats (Apache Crunch 0.7.0 API)
org.apache.crunch
Class CombineFn.MinFloats
java.lang.Object
org.apache.crunch.CombineFn.SimpleAggregator<Float>
org.apache.crunch.CombineFn.MinFloats
- All Implemented Interfaces:
- Serializable, CombineFn.Aggregator<Float>
- Enclosing class:
- CombineFn<S,T>
Deprecated. Use Aggregators.MIN_FLOATS()
public static class CombineFn.MinFloats
- extends CombineFn.SimpleAggregator<Float>
- See Also:
- Serialized Form
Method Summary |
void |
reset()
Deprecated. Clears the internal state of this Aggregator and prepares it for the
values associated with the next key. |
Iterable<Float> |
results()
Deprecated. Returns the current aggregated state of this instance. |
void |
update(Float next)
Deprecated. Incorporate the given value into the aggregate state maintained by this
instance. |
CombineFn.MinFloats
public CombineFn.MinFloats()
- Deprecated.
reset
public void reset()
- Deprecated.
- Description copied from interface:
CombineFn.Aggregator
- Clears the internal state of this Aggregator and prepares it for the
values associated with the next key.
update
public void update(Float next)
- Deprecated.
- Description copied from interface:
CombineFn.Aggregator
- Incorporate the given value into the aggregate state maintained by this
instance.
results
public Iterable<Float> results()
- Deprecated.
- Description copied from interface:
CombineFn.Aggregator
- Returns the current aggregated state of this instance.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.