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, vecs
frozenType, getDException, hasException, logVerbose, newInstance, onAck, onAckAck, setException, toDocField, writeJSONFields
compute
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
protected NonBlockingHashMap<ASTddply.Group,NewChunk> _groups
public void map(Chunk[] chks)
MRTask2
map
in class MRTask2<ASTddply.ddplyPass1>
public void reduce(ASTddply.ddplyPass1 p1)
MRTask2
reduce
in class MRTask2<ASTddply.ddplyPass1>
public java.lang.String toString()
toString
in class java.lang.Object
public void closeLocal()
MRTask2
closeLocal
in class MRTask2<ASTddply.ddplyPass1>
public AutoBuffer write(AutoBuffer ab)
Freezable
public ASTddply.ddplyPass1 read(AutoBuffer ab)
Freezable