setDockerWorkerNumber {DockerParallel}R Documentation

Set the worker number on the cloud. There is no default method for this generic.

Description

Set the worker number on the cloud. The provider needs to scale the worker number up and down accordingly.

Usage

setDockerWorkerNumber(
  provider,
  cluster,
  container,
  hardware,
  workerNumber,
  verbose
)

Arguments

provider

S4 CloudProvider object. The service provider.

cluster

S4 DockerCluster object.

container

S4 DockerContainer Object.

hardware

S4 DockerHardware Object.

workerNumber

Integer(1), the number of the workers.

verbose

Integer. The verbose level, default 1.

Value

No return value


[Package DockerParallel version 1.0.4 Index]