-
description
java.lang.String description
An arbitrary short, human readable message to describe the task being measured.
-
pathId
java.lang.String pathId
For successful execution, the string token that identifies the execution pathId.
-
rejectId
java.lang.String rejectId
For rejected execution, the string token that identifies the rejection cause.
-
createTime
long createTime
When the job was created/scheduled.
-
startTime
long startTime
When the job started execution.
-
stopTime
long stopTime
When the job finished execution.
-
iteration
long iteration
How many iterations were run by the operation.
-
expectedIterations
long expectedIterations
How many iteration were expected by the operation.
-
failClass
java.lang.String failClass
For failure result, the exception class that caused the failure.
-
failMessage
java.lang.String failMessage
For failure result, the exception message that caused the failure.
-
timeLimitNanoseconds
long timeLimitNanoseconds
Time considered reasonable for successful execution.
-
context
java.util.Map<K,V> context
Additional meta data describing the job.