CloudConfig-class {DockerParallel} | R Documentation |
The cloud configuration
Description
The cloud configuration. It is a class purely for storing the information
for the cloud.
The values in CloudConfig
in a cluster can be accessed by the getter function
which starts with the prefix .get
(e.g. .getJobQueueName(cluster)
).
Fields
jobQueueName
Character(1), the name of the job queue.
expectedWorkerNumber
Integer(1), the expected number of workers that should be run on the cloud.
serverHardware
DockerHardware, the server hardware.
workerHardware
DockerHardware, the worker hardware.
serverPort
Integer(1) or integer(0), the port that will be used by the worker to connect with the server.
serverPassword
Character(1) or character(0), the server password.
serverWorkerSameLAN
Logical(1), whether the server and workers are behind the same router.
serverClientSameLAN
Logical(1), whether the server and client are behind the same router.
[Package DockerParallel version 1.0.4 Index]