public class TaskPutKey extends DTask<TaskPutKey>
DTask.DKeyTask<T extends DTask.DKeyTask,V extends Keyed>, DTask.RemoveCall_ex, _modifiesInputs| Modifier | Constructor and Description |
|---|---|
protected |
TaskPutKey(Key key,
Value val) |
protected |
TaskPutKey(Key key,
Value val,
boolean removeCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute2()
Override to specify actual work to do
|
void |
dinvoke(H2ONode sender)
Top-level remote execution hook.
|
void |
onAck()
2nd top-level execution hook.
|
byte |
priority() |
copyOver, getDException, hasException, logVerbose, onAckAck, setExceptionclone, compute, frozenType, icer, nextThrPriority, onExceptionalCompletion, read_impl, read, readJSON_impl, readJSON, write_impl, write, writeJSON_impl, writeJSONaddToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, onCompletion, 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 void dinvoke(H2ONode sender)
DTaskdinvoke in class DTask<TaskPutKey>public void compute2()
H2O.H2OCountedCompletercompute2 in class H2O.H2OCountedCompleter<TaskPutKey>public void onAck()
DTaskonAck in class DTask<TaskPutKey>public byte priority()
priority in class H2O.H2OCountedCompleter<TaskPutKey>