protected static class ASTddply.ddplyPass1 extends MRTask2<ASTddply.ddplyPass1>
DTask.DKeyTask<T extends DTask.DKeyTask,V extends Iced>| Modifier and Type | Field and Description |
|---|---|
protected NonBlockingHashMap<ASTddply.Group,NewChunk> |
_groups |
| Modifier and Type | Method and Description |
|---|---|
void |
closeLocal()
Override to do any remote cleaning on the last remote instance of
this object, for disposing of node-local shared data structures.
|
void |
copyOver(Freezable dt) |
void |
map(Chunk[] chks)
Override with your map implementation.
|
ASTddply.ddplyPass1 |
read(AutoBuffer ab)
Deserialize from the AutoBuffer into a pre-existing 'this' object.
|
void |
reduce(ASTddply.ddplyPass1 p1)
Override to combine results from 'mrt' into 'this' MRTask2.
|
java.lang.String |
toString() |
AutoBuffer |
write(AutoBuffer ab)
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.
|
asyncExec, asyncExec, asyncExec, block, clone, compute2, dfork, dfork, dfork, dfork, dinvoke, doAll, doAll, doAll, doAll, doAll, doAll, exec, exec, exec, getResult, isReleasable, map, map, map, map, map, map, map, map, map, map, map, onCompletion, onExceptionalCompletion, outputFrame, outputFrame, outputFrame, postGlobal, priority, profString, reduce4, setupLocal, vecsfrozenType, getDException, hasException, logVerbose, newInstance, onAck, onAckAck, setException, toDocField, writeJSONFieldscomputeaddToPendingCount, 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, tryUnforkprotected NonBlockingHashMap<ASTddply.Group,NewChunk> _groups
public void map(Chunk[] chks)
MRTask2map in class MRTask2<ASTddply.ddplyPass1>public void reduce(ASTddply.ddplyPass1 p1)
MRTask2reduce in class MRTask2<ASTddply.ddplyPass1>public java.lang.String toString()
toString in class java.lang.Objectpublic void closeLocal()
MRTask2closeLocal in class MRTask2<ASTddply.ddplyPass1>public AutoBuffer write(AutoBuffer ab)
Freezablepublic ASTddply.ddplyPass1 read(AutoBuffer ab)
Freezable