Class TestDataflowRunner

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static TestDataflowRunner fromOptions​(org.apache.beam.sdk.options.PipelineOptions options)
      Constructs a runner from the provided options.
      DataflowPipelineJob run​(org.apache.beam.sdk.Pipeline pipeline)  
      java.lang.String toString()  
      • Methods inherited from class org.apache.beam.sdk.PipelineRunner

        create, run, run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • fromOptions

        public static TestDataflowRunner fromOptions​(org.apache.beam.sdk.options.PipelineOptions options)
        Constructs a runner from the provided options.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object