public class CombineFnBase extends Object
Users should not implement or extend them directly.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CombineFnBase.GlobalCombineFn<InputT,AccumT,OutputT>
A
GloballyCombineFn<InputT, AccumT, OutputT> specifies how to combine a
collection of input values of type InputT into a single
output value of type OutputT. |
static interface |
CombineFnBase.PerKeyCombineFn<K,InputT,AccumT,OutputT>
A
PerKeyCombineFn<K, InputT, AccumT, OutputT> specifies how to combine
a collection of input values of type InputT, associated with
a key of type K, into a single output value of type
OutputT. |
| Constructor and Description |
|---|
CombineFnBase() |