| 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
jobQueueNameCharacter(1), the name of the job queue.
expectedWorkerNumberInteger(1), the expected number of workers that should be run on the cloud.
serverHardwareDockerHardware, the server hardware.
workerHardwareDockerHardware, the worker hardware.
serverPortInteger(1) or integer(0), the port that will be used by the worker to connect with the server.
serverPasswordCharacter(1) or character(0), the server password.
serverWorkerSameLANLogical(1), whether the server and workers are behind the same router.
serverClientSameLANLogical(1), whether the server and client are behind the same router.
[Package DockerParallel version 1.0.4 Index]