Package org.apache.beam.runners.dataflow
Interface TransformTranslator<TransformT extends PTransform>
public interface TransformTranslator<TransformT extends PTransform>
A 
TransformTranslator knows how to translate a particular subclass of PTransform
 for the Cloud Dataflow service. It does so by mutating the TransformTranslator.TranslationContext.- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe interface for aTransformTranslatorto build a Dataflow step.static interfaceThe interface provided to registered callbacks for interacting with theDataflowRunner, including reading and writing the values ofPCollections and side inputs.
- 
Method SummaryModifier and TypeMethodDescriptionvoidtranslate(TransformT transform, TransformTranslator.TranslationContext context) 
- 
Method Details- 
translate
 
-