killDockerWorkerContainers {ManagedCloudProvider} | R Documentation |
Kill the worker container
Description
Kill the worker container. The worker handles are unique. If multiple workers share the same instance, all workers in the same container should be killed. There is no default method for this generic.
Usage
killDockerWorkerContainers(provider, cluster, workerHandles, verbose)
## S4 method for signature 'DummyManagedProvider'
killDockerWorkerContainers(provider, cluster, workerHandles, verbose)
Arguments
provider |
S4 |
cluster |
S4 |
workerHandles |
Character(n). A character vector of unique instance handles. |
verbose |
Integer. The verbose level, default 1. |
Value
A logical vector indicating whether the killing operation is successful for each instance
Functions
-
killDockerWorkerContainers,DummyManagedProvider-method
: The method for the dummy managed provider
[Package ManagedCloudProvider version 1.0.0 Index]