Class ExampleEchoPipeline


  • public class ExampleEchoPipeline
    extends java.lang.Object
    Please see the Readme.MD file for instructions to execute this pipeline.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ExampleEchoPipeline.EchoInputDoFn
      Simple DoFn that echos the element, used as an example of running a C++ library.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • ExampleEchoPipeline

        public ExampleEchoPipeline()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception