public interface EnvironmentManager
environments which communicate to an SdkHarnessClient.| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.runners.fnexecution.environment.RemoteEnvironment |
getEnvironment(org.apache.beam.model.pipeline.v1.RunnerApi.Environment container)
Retrieve a handle to an active
RunnerApi.Environment. |
org.apache.beam.runners.fnexecution.environment.RemoteEnvironment getEnvironment(org.apache.beam.model.pipeline.v1.RunnerApi.Environment container)
throws java.lang.Exception
RunnerApi.Environment. This may allocate resources if required.
TODO: Determine and document the owner of the returned environment. If the environment is
owned by the manager, make the Manager AutoCloseable..
java.lang.Exception