DummyWorkerContainer {DockerParallel} | R Documentation |
A dummy container. It is for purely testing purpose.
DummyWorkerContainer(
image = "workerImage",
backend = "testBackend",
maxWorkerNum = 123L
)
DummyServerContainer(image = "serverImage", backend = "testBackend")
image |
The image for the container |
backend |
The parallel backend for the container |
maxWorkerNum |
The maximum worker number |
DummyWorkerContainer()