CloudConfig-class: The cloud configuration

Description Fields

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.


DockerParallel documentation built on June 23, 2021, 5:07 p.m.