| CloudRuntime-class {DockerParallel} | R Documentation |
The cloud runtime
Description
The cloud runtime. It is a class purely for storing the runtime information
for the cloud.
The values in CloudRuntime in a cluster can be accessed by the getter function
which starts with the prefix .get(e.g. .getServerPublicIp(cluster)).
Fields
serverFromOtherSourceLogical(1), whether the server is provided outside of cluster. If
TRUE, the cluster will not try to stop the server when it is stopped.serverPublicIpCharacter(1) or character(0), the server public IP.
serverPublicPortInteger(1) or integer(0), the server public port.
serverPrivateIpCharacter(1) or character(0), the server private IP.
serverPrivatePortInteger(1) or integer(0), the server private port.
runningWorkerNumberInteger(1), the current initializing workers.
runningWorkerNumberInteger(1), the current running workers.
[Package DockerParallel version 1.0.4 Index]