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

serverFromOtherSource

Logical(1), whether the server is provided outside of cluster. If TRUE, the cluster will not try to stop the server when it is stopped.

serverPublicIp

Character(1) or character(0), the server public IP.

serverPublicPort

Integer(1) or integer(0), the server public port.

serverPrivateIp

Character(1) or character(0), the server private IP.

serverPrivatePort

Integer(1) or integer(0), the server private port.

runningWorkerNumber

Integer(1), the current initializing workers.

runningWorkerNumber

Integer(1), the current running workers.


[Package DockerParallel version 1.0.4 Index]