ParallelizeBackend-class: Class '"ParallelizeBackend"'

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

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

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"): ...

Author(s)

Stefan Böhringer <r-packages@s-boehringer.org>

See Also

ParallelizeBackendLocal, ParallelizeBackendSnow, ParallelizeBackendOGSremote

Examples

1
showClass("ParallelizeBackend")

parallelize.dynamic documentation built on May 2, 2019, 3:45 a.m.