public class AggregatorPipelineExtractor extends Object
Aggregators at each ParDo and returns a Map of
Aggregator to the PTransforms in which it is present.| Constructor and Description |
|---|
AggregatorPipelineExtractor(Pipeline pipeline)
Creates an
AggregatorPipelineExtractor for the given Pipeline. |
| Modifier and Type | Method and Description |
|---|---|
Map<Aggregator<?,?>,Collection<PTransform<?,?>>> |
getAggregatorSteps()
|
public Map<Aggregator<?,?>,Collection<PTransform<?,?>>> getAggregatorSteps()