See: Description
| Class | Description |
|---|---|
| GroupWithoutRepartition<InputT extends org.apache.beam.sdk.values.PInput,OutputT extends org.apache.beam.sdk.values.POutput> |
A wrapper transform of
GroupByKey or CoGroupByKey to indicate there is no repartition needed for
Samza runner. |
| UpdatingCombineFn<InputT,AccumT,OutputT> |
Currently Beam only supports either throw away the accumulation or keep it after firing.
|