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, wait
close, forHandler
public abstract org.apache.beam.model.pipeline.v1.RunnerApi.Environment getEnvironment()
RemoteEnvironment
getEnvironment
in interface RemoteEnvironment
public abstract InstructionRequestHandler getInstructionRequestHandler()
RemoteEnvironment
InstructionRequestHandler
which can communicate with the environment.getInstructionRequestHandler
in interface RemoteEnvironment