Class FinishedJob
java.lang.Object
com.netflix.genie.common.internal.dtos.CommonMetadata
com.netflix.genie.common.internal.dtos.FinishedJob
- All Implemented Interfaces:
Serializable
DTO for a job that reached a final state.
- Since:
- 4.0.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGetter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Getter for optional field.Methods inherited from class com.netflix.genie.common.internal.dtos.CommonMetadata
getDescription, getMetadata, getTags
-
Method Details
-
getStarted
Getter for optional field.- Returns:
- the job start timestamp, if present
-
getFinished
Getter for optional field.- Returns:
- the job completion timestamp, if present
-
getGrouping
Getter for optional field.- Returns:
- the job grouping, if present
-
getGroupingInstance
Getter for optional field.- Returns:
- the job grouping instance, if present
-
getStatusMessage
Getter for optional field.- Returns:
- the job final status message, if present
-
getRequestedMemory
Getter for optional field.- Returns:
- the job requested memory, if present
-
getRequestApiClientHostname
Getter for optional field.- Returns:
- the requesting client hostname, if present
-
getRequestApiClientUserAgent
Getter for optional field.- Returns:
- the requesting client user-agent, if present
-
getRequestAgentClientHostname
Getter for optional field.- Returns:
- the executing agent hostname, if present
-
getRequestAgentClientVersion
Getter for optional field.- Returns:
- the executing agent version, if present
-
getNumAttachments
Getter for optional field.- Returns:
- the number of job attachments, if present
-
getExitCode
Getter for optional field.- Returns:
- the job process exit code, if present
-
getArchiveLocation
Getter for optional field.- Returns:
- the job outputs archive location, if present
-
getMemoryUsed
Getter for optional field.- Returns:
- the job used memory, if present
-
getCommand
Getter for optional field.- Returns:
- the job resolved command, if present
-
getCluster
Getter for optional field.- Returns:
- the job resolved cluster, if present
-