public interface JobInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the job description
|
long |
getEndTime()
Gets the completion time.
|
long |
getEnlistmentTime()
Gets the submission time of the job.
|
long |
getExecutionDuration()
Gets the execution duration.
|
java.lang.String |
getJobType()
Gets the job's type identifier.
|
long |
getStartTime()
Gets the starting time.
|
long |
getWaitDuration()
Gets the time spent in the waiting queue.
|
long getEnlistmentTime()
long getStartTime()
long getEndTime()
long getWaitDuration()
long getExecutionDuration()
java.lang.String getDescription()
java.lang.String getJobType()
null
if not provided.Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.