Class DataflowPipelineDebugOptions.StagerFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      StagerFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Stager create​(org.apache.beam.sdk.options.PipelineOptions options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StagerFactory

        public StagerFactory()
    • Method Detail

      • create

        public Stager create​(org.apache.beam.sdk.options.PipelineOptions options)
        Specified by:
        create in interface org.apache.beam.sdk.options.DefaultValueFactory<Stager>