Class PrimitiveParDoSingleFactory.PayloadTranslator

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.beam.sdk.util.construction.PTransformTranslation.TransformPayloadTranslator

        org.apache.beam.sdk.util.construction.PTransformTranslation.TransformPayloadTranslator.NotSerializable<T extends org.apache.beam.sdk.transforms.PTransform<?,​?>>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.beam.sdk.util.construction.PTransformTranslation.TransformPayloadTranslator create()  
      java.lang.String getUrn()  
      org.apache.beam.model.pipeline.v1.RunnerApi.FunctionSpec translate​(org.apache.beam.sdk.runners.AppliedPTransform<?,​?,​PrimitiveParDoSingleFactory.ParDoSingle<?,​?>> transform, org.apache.beam.sdk.util.construction.SdkComponents components)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.beam.sdk.util.construction.PTransformTranslation.TransformPayloadTranslator

        fromConfigRow, getUrn, toConfigRow
    • Method Detail

      • create

        public static org.apache.beam.sdk.util.construction.PTransformTranslation.TransformPayloadTranslator create()
      • getUrn

        public java.lang.String getUrn()
        Specified by:
        getUrn in interface org.apache.beam.sdk.util.construction.PTransformTranslation.TransformPayloadTranslator<PrimitiveParDoSingleFactory.ParDoSingle<?,​?>>
      • translate

        public org.apache.beam.model.pipeline.v1.RunnerApi.FunctionSpec translate​(org.apache.beam.sdk.runners.AppliedPTransform<?,​?,​PrimitiveParDoSingleFactory.ParDoSingle<?,​?>> transform,
                                                                                  org.apache.beam.sdk.util.construction.SdkComponents components)
                                                                           throws java.io.IOException
        Specified by:
        translate in interface org.apache.beam.sdk.util.construction.PTransformTranslation.TransformPayloadTranslator<PrimitiveParDoSingleFactory.ParDoSingle<?,​?>>
        Throws:
        java.io.IOException