Interface CombinerAggregator<T>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Count
,Sum
,TridentReach.One
public interface CombinerAggregator<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
combine(T val1, T val2)
T
init(TridentTuple tuple)
T
zero()
-