Class DockerEnvironmentFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RemoteEnvironment createEnvironment​(org.apache.beam.model.pipeline.v1.RunnerApi.Environment environment, java.lang.String workerId)
      Creates a new, active RemoteEnvironment backed by a local Docker container.
      • Methods inherited from class java.lang.Object

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

      • createEnvironment

        public RemoteEnvironment createEnvironment​(org.apache.beam.model.pipeline.v1.RunnerApi.Environment environment,
                                                   java.lang.String workerId)
                                            throws java.lang.Exception
        Creates a new, active RemoteEnvironment backed by a local Docker container.
        Specified by:
        createEnvironment in interface EnvironmentFactory
        Throws:
        java.lang.Exception