This project has retired. For details please refer to its
Attic page.
CombineFn.TripAggregator (Apache Crunch 0.7.0 API)
org.apache.crunch
Class CombineFn.TripAggregator<A,B,C>
java.lang.Object
org.apache.crunch.CombineFn.TripAggregator<A,B,C>
- All Implemented Interfaces:
- Serializable, CombineFn.Aggregator<Tuple3<A,B,C>>
- Enclosing class:
- CombineFn<S,T>
Deprecated. Use Aggregators.tripAggregator(Aggregator, Aggregator, Aggregator)
public static class CombineFn.TripAggregator<A,B,C>
- extends Object
- See Also:
- Serialized Form
Method Summary |
Iterable<Tuple3<A,B,C>> |
results()
Deprecated. Returns the current aggregated state of this instance. |
void |
update(Tuple3<A,B,C> value)
Deprecated. Incorporate the given value into the aggregate state maintained by this
instance. |
CombineFn.TripAggregator
public CombineFn.TripAggregator(CombineFn.Aggregator<A> a1,
CombineFn.Aggregator<B> a2,
CombineFn.Aggregator<C> a3)
- Deprecated.
update
public void update(Tuple3<A,B,C> value)
- Deprecated.
- Description copied from interface:
CombineFn.Aggregator
- Incorporate the given value into the aggregate state maintained by this
instance.
results
public Iterable<Tuple3<A,B,C>> 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.