public abstract static class RemoteEnvironment.SimpleRemoteEnvironment extends java.lang.Object implements RemoteEnvironment
RemoteEnvironment which uses the default RemoteEnvironment.close() behavior.RemoteEnvironment.SimpleRemoteEnvironment| Constructor and Description | 
|---|
SimpleRemoteEnvironment()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract org.apache.beam.model.pipeline.v1.RunnerApi.Environment | 
getEnvironment()
Return the environment that the remote handles. 
 | 
abstract InstructionRequestHandler | 
getInstructionRequestHandler()
Return an  
InstructionRequestHandler which can communicate with the environment. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, forHandlerpublic abstract org.apache.beam.model.pipeline.v1.RunnerApi.Environment getEnvironment()
RemoteEnvironmentgetEnvironment in interface RemoteEnvironmentpublic abstract InstructionRequestHandler getInstructionRequestHandler()
RemoteEnvironmentInstructionRequestHandler which can communicate with the environment.getInstructionRequestHandler in interface RemoteEnvironment