public static class JobsHandler.FetchJob extends RestApiHandler<JobIV4,JobV4>
Constructor and Description |
---|
FetchJob() |
Modifier and Type | Method and Description |
---|---|
JobV4 |
exec(int ignored,
JobIV4 input)
Execute the endpoint, returning the result as the output schema.
|
java.lang.String |
help()
Help for this endpoint (will be used in generated bindings).
|
java.lang.String |
name()
Suggested name for the endpoint in external libraries.
|
getFromDKV, getFromDKV, getHandlerMethodInputSchema, getHandlerMethodOutputSchema, handle, markdown
asBytes, clone, compute, compute1, compute2, currThrPriority, frozenType, icer, priority, read, readJSON, reloadFromBytes, write, writeJSON
__tryComplete, addToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, onCompletion, onExceptionalCompletion, setCompleter, setPendingCount, setRawResult, tryComplete
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, 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
public java.lang.String name()
RestApiHandler
name
in class RestApiHandler<JobIV4,JobV4>
public java.lang.String help()
RestApiHandler
help
in class RestApiHandler<JobIV4,JobV4>
public JobV4 exec(int ignored, JobIV4 input)
RestApiHandler
exec
in class RestApiHandler<JobIV4,JobV4>
ignored
- TODO: remove this parameterinput
- input schema object