public final class AggregatorRetriever extends Object
Aggregators from DoFns.| Modifier and Type | Method and Description |
|---|---|
static Collection<Aggregator<?,?>> |
getAggregators(DoFn<?,?> fn)
Returns the
Aggregators created by the provided DoFn. |
public static Collection<Aggregator<?,?>> getAggregators(DoFn<?,?> fn)
Aggregators created by the provided DoFn.