Learn R Programming

parallelize.dynamic (version 0.9-1)

LapplyState-class: Class "LapplyState"

Description

This class is the base class for classes reflecting different stages of the parallelization process: probing and running.

Arguments

Extends

All reference classes extend and inherit methods from "envRefClass".

Fields

sequence:
Current sequence number of Apply calls.
depth:
Current nesting level of Apply calls.
runMode:
Currently running?
probeMode:
Currently probing?
max_depth:
Maxmimum of nesting to be considered.

Methods

setMax_depth(value):
Accessor method.
getMax_depth():
Accessor method.
setProbeMode(value):
Accessor method.
getProbeMode():
Accessor method.
setRunMode(value):
Accessor method.
getRunMode():
Accessor method.
setDepth(value):
Accessor method.
getDepth():
Accessor method.
setSequence(value):
Accessor method.
getSequence():
Accessor method.
isEqualTo(s):
Compare to other state for equalness.
sequenceDec():
Advance sequence number.
sequenceInc():
Un-advance sequence number.
depthDec():
Transition to deeper nesting level.
depthInc():
Transition to shallower nesting level.
initialize(...):
Initialize object.

See Also

LapplyExecutionState-class, LapplyRunState-class

Examples

Run this code
showClass("LapplyState")

Run the code above in your browser using DataLab