public class TaskGetKey extends DTask<TaskGetKey>
| Modifier and Type | Field and Description |
|---|---|
static NonBlockingHashMap<Key,RPC<TaskGetKey>> |
TGKS |
_cls, _eFromNode, _exception, _fname, _lineNum, _msg, _mth| Modifier and Type | Method and Description |
|---|---|
void |
compute2() |
void |
dinvoke(H2ONode sender)
Top-level remote execution hook.
|
static Value |
get(H2ONode target,
Key key,
int priority) |
void |
onAck()
2nd top-level execution hook.
|
void |
onAckAck()
3rd top-level execution hook.
|
byte |
priority() |
copyOver, frozenType, getDException, hasException, logVerbose, newInstance, onExceptionalCompletion, read, setException, toDocField, write, writeJSONFieldsclone, computeaddToPendingCount, 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 static final NonBlockingHashMap<Key,RPC<TaskGetKey>> TGKS
public void dinvoke(H2ONode sender)
DTaskdinvoke in class DTask<TaskGetKey>public void compute2()
compute2 in class H2O.H2OCountedCompleterpublic void onAck()
DTaskonAck in class DTask<TaskGetKey>public void onAckAck()
DTaskonAckAck in class DTask<TaskGetKey>public byte priority()
priority in class H2O.H2OCountedCompleter