Class Controller
- java.lang.Object
-
- org.apache.beam.sdk.transformservice.Controller
-
public class Controller extends java.lang.ObjectA 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 voidmain(java.lang.String[] args)
-