public static final class SpeeDRF.DRFTask extends DRemoteTask
Modifier and Type | Field and Description |
---|---|
SpeeDRF |
_drf |
Job |
_job
Job representing this DRF execution.
|
SpeeDRF.DRFParams |
_params
RF parameters.
|
SpeeDRFModel |
_rfmodel
The RF Model.
|
_fs, _is_local, _keys, _top_level
_cls, _eFromNode, _exception, _fname, _lineNum, _msg, _mth
Constructor and Description |
---|
SpeeDRF.DRFTask() |
Modifier and Type | Method and Description |
---|---|
void |
lcompute()
Inhale the data, build a DataAdapter and kick-off the computation.
|
void |
reduce(DRemoteTask drt) |
alsoBlockFor, alsoBlockFor, block, clone, compute2, dfork, getFutures, init, invoke, invokeOnAllNodes, isReleasable, keys, lonCompletion, onCompletion, postGlobal, reduceAlsoBlock
copyOver, dinvoke, frozenType, getDException, hasException, logVerbose, newInstance, onAck, onAckAck, onExceptionalCompletion, read, setException, toDocField, write, writeJSONFields
compute, priority
addToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, setCompleter, setPendingCount, setRawResult, tryComplete
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
public SpeeDRFModel _rfmodel
public Job _job
public SpeeDRF.DRFParams _params
public SpeeDRF _drf
public final void lcompute()
lcompute
in class DRemoteTask
public void reduce(DRemoteTask drt)
reduce
in class DRemoteTask