public class NewRowVecTask<T extends Iced> extends MRTask
| Modifier and Type | Class and Description |
|---|---|
static class |
NewRowVecTask.DataFrame
Struct to keep info about our data.
|
static class |
NewRowVecTask.RowFunc<T extends Iced> |
_fs, _is_local, _keys_cls, _eFromNode, _exception, _fname, _lineNum, _msg, _mth| Constructor and Description |
|---|
NewRowVecTask(Job job,
NewRowVecTask.RowFunc<T> f,
NewRowVecTask.DataFrame data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
logVerbose()
Dial back default logging; these passes are common and rarely cause issues.
|
void |
map(Key key)
Run some useful function over this local key, and
record the results in the this MRTask.
|
long |
memOverheadPerChunk() |
void |
reduce(DRemoteTask drt) |
hi, init, lcompute, lo, lonCompletion, onExceptionalCompletionalsoBlockFor, alsoBlockFor, clone, compute2, dfork, getFutures, invoke, invokeOnAllNodes, keys, onCompletion, reduceAlsoBlockcopyOver, dinvoke, frozenType, getDException, hasException, newInstance, onAck, onAckAck, 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 NewRowVecTask(Job job, NewRowVecTask.RowFunc<T> f, NewRowVecTask.DataFrame data)
public long memOverheadPerChunk()
memOverheadPerChunk in class MRTaskpublic void map(Key key)
MRTaskpublic void reduce(DRemoteTask drt)
reduce in class DRemoteTaskpublic boolean logVerbose()
logVerbose in class DTask