Learn R Programming

parallelize.dynamic (version 0.9-1)

ParallelizeBackend-class: Class "ParallelizeBackend"

Description

Base class for parallelization backends. Please refer to documentation of the methods individually for more complete documentation.

Arguments

Objects from the Class

Objects can be created by calls of the form new("ParallelizeBackend", config, signature). Config is a list containing parameters and signature is a character string that uniquely identifies the computation that is to be parallelized.

Slots

config:
Object of class "list" ~~
offline:
Object of class "logical" ~~
signature:
Object of class "character" ~~

Methods

finalizeParallelization
signature(self = "ParallelizeBackend"): ...
getResult
signature(self = "ParallelizeBackend"): ...
initialize
signature(.Object = "ParallelizeBackend"): ...
initScheduling
signature(self = "ParallelizeBackend"): ...
isSynchroneous
signature(self = "ParallelizeBackend"): ...
lapply_dispatchFinalize
signature(self = "ParallelizeBackend"): ...
lapply_dispatch
signature(self = "ParallelizeBackend"): ...
lapply_results
signature(self = "ParallelizeBackend"): ...
parallelize_backend
signature(self = "ParallelizeBackend"): ...
performParallelizationStep
signature(self = "ParallelizeBackend"): ...
pollParallelization
signature(self = "ParallelizeBackend"): ...
restoreParallelizationState
signature(self = "ParallelizeBackend"): ...
saveParallelizationState
signature(self = "ParallelizeBackend"): ...
scheduleNextParallelization
signature(self = "ParallelizeBackend"): ...

See Also

ParallelizeBackendLocal, ParallelizeBackendSnow, ParallelizeBackendOGSremote

Examples

Run this code
showClass("ParallelizeBackend")

Run the code above in your browser using DataLab