public static final class DRF.DRFTask extends DRemoteTask
| Modifier and Type | Field and Description |
|---|---|
Job |
_job
Job representing this DRF execution.
|
DRF.DRFParams |
_params
RF parameters.
|
RFModel |
_rfmodel
The RF Model.
|
Timer |
_t_main
Main computation timer
|
_fs, _is_local, _keys_cls, _eFromNode, _exception, _fname, _lineNum, _msg, _mth| Constructor and Description |
|---|
DRF.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, clone, compute2, dfork, getFutures, init, invoke, invokeOnAllNodes, keys, lonCompletion, onCompletion, reduceAlsoBlockcopyOver, dinvoke, frozenType, getDException, hasException, logVerbose, newInstance, onAck, onAckAck, onExceptionalCompletion, read, setException, toDocField, write, writeJSONFieldscompute, priorityaddToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, setCompleter, setPendingCount, setRawResult, tryCompleteadapt, 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, tryUnforkpublic RFModel _rfmodel
public Job _job
public DRF.DRFParams _params
public transient Timer _t_main
public final void lcompute()
lcompute in class DRemoteTaskpublic final void reduce(DRemoteTask drt)
reduce in class DRemoteTask