cleanupDockerCluster {DockerParallel}R Documentation

Cleanup the resources after the cluster has been stopped

Description

Cleanup the resources after the cluster has been stopped. After this function is called, all the non-free resources should be stopped. The cloud provider can still preserve some resources if they are free. This generic might be called multiple times. The default method does nothing.

Usage

cleanupDockerCluster(provider, cluster, deep, verbose)

## S4 method for signature 'ANY'
cleanupDockerCluster(provider, cluster, verbose)

Arguments

provider

S4 CloudProvider object. The service provider.

cluster

S4 DockerCluster object.

deep

Logical(1), wheter all the associated resources should be removed

verbose

Integer. The verbose level, default 1.

Value

No return value

Functions


[Package DockerParallel version 1.0.4 Index]