public class JobV4 extends OutputSchemaV4<Job<?>,JobV4>
| Modifier and Type | Class and Description |
|---|---|
static class |
JobV4.Status |
| Modifier and Type | Field and Description |
|---|---|
KeyV3 |
dest |
long |
duration |
java.lang.String |
exception |
KeyV3.JobKeyV3 |
key |
float |
progress |
java.lang.String |
progress_msg |
boolean |
ready_for_view |
java.lang.String |
stacktrace |
long |
start_time |
JobV4.Status |
status |
__schema| Constructor and Description |
|---|
JobV4() |
| Modifier and Type | Method and Description |
|---|---|
JobV4 |
fillFromImpl(Job<?> job)
Fill this Schema from the given implementation object.
|
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCallasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON@API(help="Job key") public KeyV3.JobKeyV3 key
@API(help="Job status", values={"RUNNING","DONE","STOPPING","CANCELLED","FAILED"}) public JobV4.Status status
@API(help="Exception message, if an exception occurred") public java.lang.String exception