Class PrimitiveParDoSingleFactory<InputT,OutputT>

java.lang.Object
org.apache.beam.sdk.util.construction.SingleInputOutputOverrideFactory<PCollection<? extends InputT>,PCollection<OutputT>,ParDo.SingleOutput<InputT,OutputT>>
org.apache.beam.runners.dataflow.PrimitiveParDoSingleFactory<InputT,OutputT>
All Implemented Interfaces:
org.apache.beam.sdk.runners.PTransformOverrideFactory<PCollection<? extends InputT>,PCollection<OutputT>,ParDo.SingleOutput<InputT,OutputT>>

public class PrimitiveParDoSingleFactory<InputT,OutputT> extends org.apache.beam.sdk.util.construction.SingleInputOutputOverrideFactory<PCollection<? extends InputT>,PCollection<OutputT>,ParDo.SingleOutput<InputT,OutputT>>
A PTransformOverrideFactory that produces PrimitiveParDoSingleFactory.ParDoSingle instances from ParDo.SingleOutput instances. PrimitiveParDoSingleFactory.ParDoSingle is a primitive PTransform, to ensure that RunnerApi.DisplayData appears on all ParDos in the DataflowRunner.