DockerCluster-class {DockerParallel} | R Documentation |
The docker cluster class
Description
The docker cluster class.
The values in the cluster can be accessed by the getter or setter function
which starts with the prefix .get
or .set
(e.g. .getJobQueueName(cluster)
).
Slots
cloudProvider
CloudProvider
cloudConfig
CloudConfig
serverContainer
The container definition for the server.
workerContainer
The container definition for the worker
cloudRuntime
CloudRuntime
settings
Environment, the cluster settings
[Package DockerParallel version 1.0.4 Index]