Class Controller


  • public class Controller
    extends java.lang.Object
    A component that controlls the transform service.

    Forwards the operations to underlying transform services as needed. This class is expected to be used along with the wrapping container which is a part of an overall transform service. For more details please see https://s.apache.org/beam-transform-service.

    • Constructor Summary

      Constructors 
      Constructor Description
      Controller​(java.lang.String[] args)  
      Controller​(org.apache.beam.sdk.options.PipelineOptions opts)  
    • 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

      • Controller

        public Controller​(java.lang.String[] args)
      • Controller

        public Controller​(org.apache.beam.sdk.options.PipelineOptions opts)
    • Method Detail

      • main

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