public static class Quantiles.BinTask2 extends MRTask<Quantiles.BinTask2>
DTask.DKeyTask<T extends DTask.DKeyTask,V extends Keyed>, DTask.RemoveCall| Modifier and Type | Field and Description |
|---|---|
Quantiles[] |
_qbins |
| Constructor and Description |
|---|
Quantiles.BinTask2(int max_qbins,
double valStart,
double valEnd) |
| Modifier and Type | Method and Description |
|---|---|
void |
map(Chunk[] cs)
Override with your map implementation.
|
void |
reduce(Quantiles.BinTask2 other)
Override to combine results from 'mrt' into 'this' MRTask.
|
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, postGlobal, 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, toString, wait, wait, waitclone, frozenType, read_impl, read, readJSON_impl, readJSON, write_impl, write, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic Quantiles[] _qbins
public Quantiles.BinTask2(int max_qbins,
double valStart,
double valEnd)
public void map(Chunk[] cs)
MRTaskmap in class MRTask<Quantiles.BinTask2>public void reduce(Quantiles.BinTask2 other)
MRTaskreduce in class MRTask<Quantiles.BinTask2>