public interface JobInfo
Modifier and Type | Method and Description |
---|---|
int |
getId()
Get the id of the job
|
java.lang.String |
getMasterQueue()
Get the name of the master queue of the job.
|
java.lang.String |
getName()
Get the name of the job
|
double |
getPriority()
Get the priority of the job
|
java.lang.String |
getQinstanceName()
Get the queue instance name of the job
|
java.lang.String |
getQueue()
Get the queue of the job
|
java.util.Date |
getStartTime()
Get the start time of the job
|
java.lang.String |
getState()
Get the state of the job
|
java.util.Date |
getSubmitTime()
Get the submit time of the job
|
java.lang.String |
getTaskId()
Get the task id of the job
|
java.lang.String |
getUser()
Get the owner of the job
|
int getId()
java.lang.String getTaskId()
double getPriority()
java.lang.String getName()
java.lang.String getUser()
java.lang.String getState()
java.lang.String getQueue()
java.lang.String getQinstanceName()
java.lang.String getMasterQueue()
java.util.Date getSubmitTime()
java.util.Date getStartTime()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.