public class ChunkSummary extends MRTask<ChunkSummary>
DTask.DKeyTask<T extends DTask.DKeyTask,V extends Keyed>, DTask.RemoveCall| Constructor and Description |
|---|
ChunkSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(Chunk[] cs)
Override with your map implementation.
|
protected void |
postGlobal() |
void |
reduce(ChunkSummary mrt)
Override to combine results from 'mrt' into 'this' MRTask.
|
java.lang.String |
toString() |
asyncExec, asyncExec, asyncExec, block, closeLocal, compute2, dfork, dfork, dfork, dfork, dinvoke, doAll, doAll, doAll, doAll, doAll, doAll, doAll, doAllNodes, getResult, isReleasable, map, map, map, map, map, map, map, map, map, map, map, map, onCompletion, onExceptionalCompletion, outputFrame, outputFrame, outputFrame, priority, profString, reduce4, setupLocalcopyOver, getDException, hasException, logVerbose, onAck, onAckAck, setExceptionclone, compute, frozenType, icer, nextThrPriority, read_impl, read, readJSON_impl, readJSON, write_impl, write, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONaddToPendingCount, 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, tryUnforkequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, frozenType, read_impl, read, readJSON_impl, readJSON, write_impl, write, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic void map(Chunk[] cs)
MRTaskmap in class MRTask<ChunkSummary>public void reduce(ChunkSummary mrt)
MRTaskreduce in class MRTask<ChunkSummary>protected void postGlobal()
postGlobal in class MRTask<ChunkSummary>public java.lang.String toString()
toString in class java.lang.Object